#b0861f

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

Shades of Hacienda #B0861F

Tints of Hacienda #B0861F

Color information

#B0861F (or 0xB0861F) is unknown color: approx Hacienda. HEX triplet: B0, 86 and 1F. RGB value is (176,134,31). Sum of RGB (Red+Green+Blue) = 176+134+31=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0861F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0861F is #4F79E0. Grayscale: #878787. Windows color (decimal): -5208545 or 2066096. OLE color: 2066096.

HSL color Cylindrical-coordinate representation of color #B0861F: hue angle of 42.62º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0861F is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17613431-
CMYK00.240.820.31
HSL42.62º70.05%40.59%-
HSV(B)42.62º82.39%69.02%-
XYZ26.6826.384.98-
YUV134.8269.41157.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 31 (12.5% from 255) = 9.09%
R=51.61%
G=39.30%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761343100.240.820.3142.6270.0540.59
HexB0861F018521F2b4629
Octal26020637030122375310651
Binary1011000010000110111110110001010010111111010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0861f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0861f; }

 p { color: rgb(176,134,31); }

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

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

 a { background-color: rgb(176,134,31); }

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

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

 span { border-color: rgb(176,134,31); }

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