#B09973

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

Shades of Bronco #B09973

Tints of Bronco #B09973

Color information

#B09973 (or 0xB09973) is unknown color: approx Bronco. HEX triplet: B0, 99 and 73. RGB value is (176,153,115). Sum of RGB (Red+Green+Blue) = 176+153+115=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B09973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09973 is #4F668C. Grayscale: #9B9B9B. Windows color (decimal): -5203597 or 7575984. OLE color: 7575984.

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

Color convert

RGB176153115-
CMYK00.130.350.31
HSL37.38º27.85%57.06%-
HSV(B)37.38º34.66%69.02%-
XYZ32.3933.2520.93-
YUV155.55105.12142.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=39.64%
G=34.46%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615311500.130.350.3137.3827.8557.06
HexB099730D231F251c39
Octal2602311630154337453471
Binary10110000100110011110011011011000111111110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09973; }

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

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

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

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

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

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

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

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