#B09976

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

Shades of Bronco #B09976

Tints of Bronco #B09976

Color information

#B09976 (or 0xB09976) is unknown color: approx Bronco. HEX triplet: B0, 99 and 76. RGB value is (176,153,118). Sum of RGB (Red+Green+Blue) = 176+153+118=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 176 - color contains mainly: red. Hex color #B09976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09976 is #4F6689. Grayscale: #9C9C9C. Windows color (decimal): -5203594 or 7772592. OLE color: 7772592.

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

Color convert

RGB176153118-
CMYK00.130.330.31
HSL36.21º26.85%57.65%-
HSV(B)36.21º32.95%69.02%-
XYZ32.5733.3221.85-
YUV155.89106.62142.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.37%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=39.37%
G=34.23%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615311800.130.330.3136.2126.8557.65
HexB099760D211F241b3a
Octal2602311660154137443372
Binary10110000100110011110110011011000011111110010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09976; }

 p { color: rgb(176,153,118); }

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

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

 a { background-color: rgb(176,153,118); }

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

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

 span { border-color: rgb(176,153,118); }

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