#B09773

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

Shades of Bronco #B09773

Tints of Bronco #B09773

Color information

#B09773 (or 0xB09773) is unknown color: approx Bronco. HEX triplet: B0, 97 and 73. RGB value is (176,151,115). Sum of RGB (Red+Green+Blue) = 176+151+115=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B09773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09773 is #4F688C. Grayscale: #9A9A9A. Windows color (decimal): -5204109 or 7575472. OLE color: 7575472.

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

Color convert

RGB176151115-
CMYK00.140.350.31
HSL35.41º27.85%57.06%-
HSV(B)35.41º34.66%69.02%-
XYZ32.0732.620.82-
YUV154.37105.78143.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=39.82%
G=34.16%
B=26.02%

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
Decimal17615111500.140.350.3135.4127.8557.06
HexB097730E231F231c39
Octal2602271630164337433471
Binary10110000100101111110011011101000111111110001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09773; }

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

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

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

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

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

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

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

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