#B09772

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

Shades of Bronco #B09772

Tints of Bronco #B09772

Color information

#B09772 (or 0xB09772) is unknown color: approx Bronco. HEX triplet: B0, 97 and 72. RGB value is (176,151,114). Sum of RGB (Red+Green+Blue) = 176+151+114=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B09772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09772 is #4F688D. Grayscale: #9A9A9A. Windows color (decimal): -5204110 or 7509936. OLE color: 7509936.

HSL color Cylindrical-coordinate representation of color #B09772: hue angle of 35.81º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B09772 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB176151114-
CMYK00.140.350.31
HSL35.81º28.18%56.86%-
HSV(B)35.81º35.23%69.02%-
XYZ32.0132.5820.52-
YUV154.26105.28143.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=39.91%
G=34.24%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615111400.140.350.3135.8128.1856.86
HexB097720E231F241c39
Octal2602271620164337443471
Binary10110000100101111110010011101000111111110010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09772; }

 p { color: rgb(176,151,114); }

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

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

 a { background-color: rgb(176,151,114); }

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

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

 span { border-color: rgb(176,151,114); }

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