#B26624

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

Shades of Reno Sand #B26624

Tints of Reno Sand #B26624

Color information

#B26624 (or 0xB26624) is unknown color: approx Reno Sand. HEX triplet: B2, 66 and 24. RGB value is (178,102,36). Sum of RGB (Red+Green+Blue) = 178+102+36=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B26624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26624 is #4D99DB. Grayscale: #757575. Windows color (decimal): -5085660 or 2385586. OLE color: 2385586.

HSL color Cylindrical-coordinate representation of color #B26624: hue angle of 27.89º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B26624 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17810236-
CMYK00.430.800.30
HSL27.89º66.36%41.96%-
HSV(B)27.89º79.78%69.8%-
XYZ23.4319.14.12-
YUV117.282.18171.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 36 (14.45% from 255) = 11.39%
R=56.33%
G=32.28%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781023600.430.800.3027.8966.3641.96
HexB2662402B501E1c422a
Octal26214644053120363410252
Binary1011001011001101001000101011101000011110111001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26624; }

 p { color: rgb(178,102,36); }

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

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

 a { background-color: rgb(178,102,36); }

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

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

 span { border-color: rgb(178,102,36); }

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