#B27737

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

Shades of Reno Sand #B27737

Tints of Reno Sand #B27737

Color information

#B27737 (or 0xB27737) is unknown color: approx Reno Sand. HEX triplet: B2, 77 and 37. RGB value is (178,119,55). Sum of RGB (Red+Green+Blue) = 178+119+55=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B27737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27737 is #4D88C8. Grayscale: #818181. Windows color (decimal): -5081289 or 3635122. OLE color: 3635122.

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

Color convert

RGB17811955-
CMYK00.330.690.30
HSL31.22º52.79%45.69%-
HSV(B)31.22º69.1%69.8%-
XYZ25.6522.936.69-
YUV129.3486.05162.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 55 (21.88% from 255) = 15.62%
R=50.57%
G=33.81%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781195500.330.690.3031.2252.7945.69
HexB27737021451E1f352e
Octal2621676704110536376556
Binary101100101110111110111010000110001011111011111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27737; }

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

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

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

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

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

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

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

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