#B0A087

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

Shades of Bronco #B0A087

Tints of Bronco #B0A087

Color information

#B0A087 (or 0xB0A087) is unknown color: approx Bronco. HEX triplet: B0, A0 and 87. RGB value is (176,160,135). Sum of RGB (Red+Green+Blue) = 176+160+135=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A087 is #4F5F78. Grayscale: #A2A2A2. Windows color (decimal): -5201785 or 8888496. OLE color: 8888496.

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

Color convert

RGB176160135-
CMYK00.090.230.31
HSL36.59º20.6%60.98%-
HSV(B)36.59º23.3%69.02%-
XYZ34.8536.1228.06-
YUV161.93112.8138.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=37.37%
G=33.97%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616013500.090.230.3136.5920.660.98
HexB0A08709171F25153d
Octal2602402070112737452575
Binary10110000101000001000011101001101111111110010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A087; }

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

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

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

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

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

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

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

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