#B09A74

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

Shades of Bronco #B09A74

Tints of Bronco #B09A74

Color information

#B09A74 (or 0xB09A74) is unknown color: approx Bronco. HEX triplet: B0, 9A and 74. RGB value is (176,154,116). Sum of RGB (Red+Green+Blue) = 176+154+116=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A74 is #4F658B. Grayscale: #9C9C9C. Windows color (decimal): -5203340 or 7641776. OLE color: 7641776.

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

Color convert

RGB176154116-
CMYK00.120.340.31
HSL38º27.52%57.25%-
HSV(B)38º34.09%69.02%-
XYZ32.6133.621.29-
YUV156.25105.29142.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 116 (45.70% from 255) = 26.01%
R=39.46%
G=34.53%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615411600.120.340.313827.5257.25
HexB09A740C221F261c39
Octal2602321640144237463471
Binary10110000100110101110100011001000101111110011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A74; }

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

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

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

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

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

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

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

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