#B27237

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

Shades of Reno Sand #B27237

Tints of Reno Sand #B27237

Color information

#B27237 (or 0xB27237) is unknown color: approx Reno Sand. HEX triplet: B2, 72 and 37. RGB value is (178,114,55). Sum of RGB (Red+Green+Blue) = 178+114+55=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B27237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27237 is #4D8DC8. Grayscale: #7E7E7E. Windows color (decimal): -5082569 or 3633842. OLE color: 3633842.

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

Color convert

RGB17811455-
CMYK00.360.690.30
HSL28.78º52.79%45.69%-
HSV(B)28.78º69.1%69.8%-
XYZ25.0721.786.5-
YUV126.4187.7164.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 55 (21.88% from 255) = 15.85%
R=51.30%
G=32.85%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781145500.360.690.3028.7852.7945.69
HexB27237024451E1d352e
Octal2621626704410536356556
Binary101100101110010110111010010010001011111011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27237; }

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

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

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

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

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

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

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

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