#b06e27

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

Shades of Reno Sand #B06E27

Tints of Reno Sand #B06E27

Color information

#B06E27 (or 0xB06E27) is unknown color: approx Reno Sand. HEX triplet: B0, 6E and 27. RGB value is (176,110,39). Sum of RGB (Red+Green+Blue) = 176+110+39=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06E27 is #4F91D8. Grayscale: #797979. Windows color (decimal): -5214681 or 2584240. OLE color: 2584240.

HSL color Cylindrical-coordinate representation of color #B06E27: hue angle of 31.09º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B06E27 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17611039-
CMYK00.370.780.31
HSL31.09º63.72%42.16%-
HSV(B)31.09º77.84%69.02%-
XYZ23.8520.534.62-
YUV121.6481.37166.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 39 (15.62% from 255) = 12%
R=54.15%
G=33.85%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761103900.370.780.3131.0963.7242.16
HexB06E270254E1F1f402a
Octal26015647045116373710052
Binary1011000011011101001110100101100111011111111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06e27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06e27; }

 p { color: rgb(176,110,39); }

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

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

 a { background-color: rgb(176,110,39); }

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

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

 span { border-color: rgb(176,110,39); }

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