#B26C29

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

Shades of Reno Sand #B26C29

Tints of Reno Sand #B26C29

Color information

#B26C29 (or 0xB26C29) is unknown color: approx Reno Sand. HEX triplet: B2, 6C and 29. RGB value is (178,108,41). Sum of RGB (Red+Green+Blue) = 178+108+41=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C29 is #4D93D6. Grayscale: #797979. Windows color (decimal): -5084119 or 2714802. OLE color: 2714802.

HSL color Cylindrical-coordinate representation of color #B26C29: hue angle of 29.34º 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 #B26C29 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17810841-
CMYK00.390.770.30
HSL29.34º62.56%42.94%-
HSV(B)29.34º76.97%69.8%-
XYZ24.1220.354.75-
YUV121.2982.69168.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 108 (42.58% from 255) = 33.03%
BLUE value IS 41 (16.41% from 255) = 12.54%
R=54.43%
G=33.03%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781084100.390.770.3029.3462.5642.94
HexB26C290274D1E1d3f2b
Octal2621545104711536357753
Binary101100101101100101001010011110011011111011101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C29; }

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

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

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

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

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

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

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

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