#B09F81

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

Shades of Bronco #B09F81

Tints of Bronco #B09F81

Color information

#B09F81 (or 0xB09F81) is unknown color: approx Bronco. HEX triplet: B0, 9F and 81. RGB value is (176,159,129). Sum of RGB (Red+Green+Blue) = 176+159+129=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F81 is #4F607E. Grayscale: #A0A0A0. Windows color (decimal): -5202047 or 8495024. OLE color: 8495024.

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

Color convert

RGB176159129-
CMYK00.100.270.31
HSL38.3º22.93%59.8%-
HSV(B)38.3º26.7%69.02%-
XYZ34.2735.6125.84-
YUV160.66110.13138.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=37.93%
G=34.27%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615912900.100.270.3138.322.9359.8
HexB09F810A1B1F26173c
Octal2602372010123337462774
Binary10110000100111111000000101010110111111110011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F81; }

 p { color: rgb(176,159,129); }

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

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

 a { background-color: rgb(176,159,129); }

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

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

 span { border-color: rgb(176,159,129); }

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