#B26B29

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

Shades of Reno Sand #B26B29

Tints of Reno Sand #B26B29

Color information

#B26B29 (or 0xB26B29) is unknown color: approx Reno Sand. HEX triplet: B2, 6B and 29. RGB value is (178,107,41). Sum of RGB (Red+Green+Blue) = 178+107+41=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26B29 is #4D94D6. Grayscale: #797979. Windows color (decimal): -5084375 or 2714546. OLE color: 2714546.

HSL color Cylindrical-coordinate representation of color #B26B29: hue angle of 28.91º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B26B29 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17810741-
CMYK00.400.770.30
HSL28.91º62.56%42.94%-
HSV(B)28.91º76.97%69.8%-
XYZ24.0220.144.72-
YUV120.7183.02168.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.60%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 41 (16.41% from 255) = 12.58%
R=54.60%
G=32.82%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781074100.400.770.3028.9162.5642.94
HexB26B290284D1E1d3f2b
Octal2621535105011536357753
Binary101100101101011101001010100010011011111011101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B29; }

 p { color: rgb(178,107,41); }

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

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

 a { background-color: rgb(178,107,41); }

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

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

 span { border-color: rgb(178,107,41); }

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