#B56630

Color #B56630 Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #B56630

Tints of Reno Sand #B56630

Color information

#B56630 (or 0xB56630) is unknown color: approx Reno Sand. HEX triplet: B5, 66 and 30. RGB value is (181,102,48). Sum of RGB (Red+Green+Blue) = 181+102+48=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B56630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56630 is #4A99CF. Grayscale: #777777. Windows color (decimal): -4889040 or 3172021. OLE color: 3172021.

HSL color Cylindrical-coordinate representation of color #B56630: hue angle of 24.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B56630 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18110248-
CMYK00.440.730.29
HSL24.36º58.08%44.9%-
HSV(B)24.36º73.48%70.98%-
XYZ24.3419.545.28-
YUV119.4687.67171.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 48 (19.14% from 255) = 14.50%
R=54.68%
G=30.82%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811024800.440.730.2924.3658.0844.9
HexB5663002C491D183a2d
Octal2651466005411135307255
Binary101101011100110110000010110010010011110111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56630; }

 p { color: rgb(181,102,48); }

 H1.HeaderClassName
 {
   color: #B56630;
 }
 .AnyTagClassName
 {
   color: #B56630;
 }
</style>
background-color css

<style>
 a { background-color: #B56630; }

 a { background-color: rgb(181,102,48); }

 div.DivClassName
 {
   background-color: #B56630;
 }
 .BgClassName
 {
   background-color: #B56630;
 }
</style>
border-color css

<style>
 span { border-color: #B56630; }

 span { border-color: rgb(181,102,48); }

 td.TdClassName
 {
   border-color: #B56630;
 }
 .TagClassName
 {
   border-color: #B56630;
 }
</style>