#B26D37

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

Shades of Reno Sand #B26D37

Tints of Reno Sand #B26D37

Color information

#B26D37 (or 0xB26D37) is unknown color: approx Reno Sand. HEX triplet: B2, 6D and 37. RGB value is (178,109,55). Sum of RGB (Red+Green+Blue) = 178+109+55=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26D37 is #4D92C8. Grayscale: #7B7B7B. Windows color (decimal): -5083849 or 3632562. OLE color: 3632562.

HSL color Cylindrical-coordinate representation of color #B26D37: hue angle of 26.34º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B26D37 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17810955-
CMYK00.390.690.30
HSL26.34º52.79%45.69%-
HSV(B)26.34º69.1%69.8%-
XYZ24.5220.686.31-
YUV123.4889.36166.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 55 (21.88% from 255) = 16.08%
R=52.05%
G=31.87%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781095500.390.690.3026.3452.7945.69
HexB26D37027451E1a352e
Octal2621556704710536326556
Binary101100101101101110111010011110001011111011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D37; }

 p { color: rgb(178,109,55); }

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

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

 a { background-color: rgb(178,109,55); }

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

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

 span { border-color: rgb(178,109,55); }

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