#B26F29

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

Shades of Reno Sand #B26F29

Tints of Reno Sand #B26F29

Color information

#B26F29 (or 0xB26F29) is unknown color: approx Reno Sand. HEX triplet: B2, 6F and 29. RGB value is (178,111,41). Sum of RGB (Red+Green+Blue) = 178+111+41=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F29 is #4D90D6. Grayscale: #7B7B7B. Windows color (decimal): -5083351 or 2715570. OLE color: 2715570.

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

Color convert

RGB17811141-
CMYK00.380.770.30
HSL30.66º62.56%42.94%-
HSV(B)30.66º76.97%69.8%-
XYZ24.4420.994.86-
YUV123.0581.7167.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=53.94%
G=33.64%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781114100.380.770.3030.6662.5642.94
HexB26F290264D1E1f3f2b
Octal2621575104611536377753
Binary101100101101111101001010011010011011111011111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F29; }

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

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

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

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

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

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

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

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