#B27232

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

Shades of Reno Sand #B27232

Tints of Reno Sand #B27232

Color information

#B27232 (or 0xB27232) is unknown color: approx Reno Sand. HEX triplet: B2, 72 and 32. RGB value is (178,114,50). Sum of RGB (Red+Green+Blue) = 178+114+50=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B27232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27232 is #4D8DCD. Grayscale: #7E7E7E. Windows color (decimal): -5082574 or 3306162. OLE color: 3306162.

HSL color Cylindrical-coordinate representation of color #B27232: hue angle of 30º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B27232 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17811450-
CMYK00.360.720.30
HSL30º56.14%44.71%-
HSV(B)30º71.91%69.8%-
XYZ24.9521.735.9-
YUV125.8485.2165.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 14.62%
R=52.05%
G=33.33%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781145000.360.720.303056.1444.71
HexB27232024481E1e382d
Octal2621626204411036367055
Binary101100101110010110010010010010010001111011110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27232; }

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

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

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

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

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

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

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

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