#B37537

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

Shades of Reno Sand #B37537

Tints of Reno Sand #B37537

Color information

#B37537 (or 0xB37537) is unknown color: approx Reno Sand. HEX triplet: B3, 75 and 37. RGB value is (179,117,55). Sum of RGB (Red+Green+Blue) = 179+117+55=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B37537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37537 is #4C8AC8. Grayscale: #808080. Windows color (decimal): -5016265 or 3634611. OLE color: 3634611.

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

Color convert

RGB17911755-
CMYK00.350.690.30
HSL30º52.99%45.88%-
HSV(B)30º69.27%70.2%-
XYZ25.6422.586.62-
YUV128.4786.54164.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 55 (21.88% from 255) = 15.67%
R=51.00%
G=33.33%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791175500.350.690.303052.9945.88
HexB37537023451E1e352e
Octal2631656704310536366556
Binary101100111110101110111010001110001011111011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37537; }

 p { color: rgb(179,117,55); }

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

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

 a { background-color: rgb(179,117,55); }

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

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

 span { border-color: rgb(179,117,55); }

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