#B09A80

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

Shades of Bronco #B09A80

Tints of Bronco #B09A80

Color information

#B09A80 (or 0xB09A80) is unknown color: approx Bronco. HEX triplet: B0, 9A and 80. RGB value is (176,154,128). Sum of RGB (Red+Green+Blue) = 176+154+128=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A80 is #4F657F. Grayscale: #9D9D9D. Windows color (decimal): -5203328 or 8428208. OLE color: 8428208.

HSL color Cylindrical-coordinate representation of color #B09A80: hue angle of 32.5º 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 #B09A80 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB176154128-
CMYK00.120.270.31
HSL32.5º23.3%59.61%-
HSV(B)32.5º27.27%69.02%-
XYZ33.3633.925.21-
YUV157.61111.29141.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 154 (60.55% from 255) = 33.62%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=38.43%
G=33.62%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615412800.120.270.3132.523.359.61
HexB09A800C1B1F21173c
Octal2602322000143337412774
Binary10110000100110101000000001100110111111110000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A80; }

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

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

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

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

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

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

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

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