#B26F37

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

Shades of Reno Sand #B26F37

Tints of Reno Sand #B26F37

Color information

#B26F37 (or 0xB26F37) is unknown color: approx Reno Sand. HEX triplet: B2, 6F and 37. RGB value is (178,111,55). Sum of RGB (Red+Green+Blue) = 178+111+55=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F37 is #4D90C8. Grayscale: #7C7C7C. Windows color (decimal): -5083337 or 3633074. OLE color: 3633074.

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

Color convert

RGB17811155-
CMYK00.380.690.30
HSL27.32º52.79%45.69%-
HSV(B)27.32º69.1%69.8%-
XYZ24.7321.116.39-
YUV124.6588.7166.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.74%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 55 (21.88% from 255) = 15.99%
R=51.74%
G=32.27%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781115500.380.690.3027.3252.7945.69
HexB26F37026451E1b352e
Octal2621576704610536336556
Binary101100101101111110111010011010001011111011011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F37; }

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

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

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

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

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

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

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

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