#B0A089

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

Shades of Bronco #B0A089

Tints of Bronco #B0A089

Color information

#B0A089 (or 0xB0A089) is unknown color: approx Bronco. HEX triplet: B0, A0 and 89. RGB value is (176,160,137). Sum of RGB (Red+Green+Blue) = 176+160+137=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A089 is #4F5F76. Grayscale: #A2A2A2. Windows color (decimal): -5201783 or 9019568. OLE color: 9019568.

HSL color Cylindrical-coordinate representation of color #B0A089: hue angle of 35.38º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0A089 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176160137-
CMYK00.090.220.31
HSL35.38º19.8%61.37%-
HSV(B)35.38º22.16%69.02%-
XYZ34.9936.1828.81-
YUV162.16113.8137.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 160 (62.89% from 255) = 33.83%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=37.21%
G=33.83%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616013700.090.220.3135.3819.861.37
HexB0A08909161F23143d
Octal2602402110112637432475
Binary10110000101000001000100101001101101111110001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A089; }

 p { color: rgb(176,160,137); }

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

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

 a { background-color: rgb(176,160,137); }

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

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

 span { border-color: rgb(176,160,137); }

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