#B0A080

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

Shades of Bronco #B0A080

Tints of Bronco #B0A080

Color information

#B0A080 (or 0xB0A080) is unknown color: approx Bronco. HEX triplet: B0, A0 and 80. RGB value is (176,160,128). Sum of RGB (Red+Green+Blue) = 176+160+128=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A080 is #4F5F7F. Grayscale: #A1A1A1. Windows color (decimal): -5201792 or 8429744. OLE color: 8429744.

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

Color convert

RGB176160128-
CMYK00.090.270.31
HSL40º23.3%59.61%-
HSV(B)40º27.27%69.02%-
XYZ34.3735.9325.55-
YUV161.14109.3138.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=37.93%
G=34.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616012800.090.270.314023.359.61
HexB0A080091B1F28173c
Octal2602402000113337502774
Binary10110000101000001000000001001110111111110100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A080; }

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

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

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

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

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

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

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

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