#B0A082

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

Shades of Bronco #B0A082

Tints of Bronco #B0A082

Color information

#B0A082 (or 0xB0A082) is unknown color: approx Bronco. HEX triplet: B0, A0 and 82. RGB value is (176,160,130). Sum of RGB (Red+Green+Blue) = 176+160+130=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A082 is #4F5F7D. Grayscale: #A1A1A1. Windows color (decimal): -5201790 or 8560816. OLE color: 8560816.

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

Color convert

RGB176160130-
CMYK00.090.260.31
HSL39.13º22.55%60%-
HSV(B)39.13º26.14%69.02%-
XYZ34.535.9826.25-
YUV161.36110.3138.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=37.77%
G=34.33%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616013000.090.260.3139.1322.5560
HexB0A082091A1F27173c
Octal2602402020113237472774
Binary10110000101000001000001001001110101111110011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A082; }

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

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

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

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

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

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

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

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