#B09F83

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

Shades of Bronco #B09F83

Tints of Bronco #B09F83

Color information

#B09F83 (or 0xB09F83) is unknown color: approx Bronco. HEX triplet: B0, 9F and 83. RGB value is (176,159,131). Sum of RGB (Red+Green+Blue) = 176+159+131=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F83 is #4F607C. Grayscale: #A1A1A1. Windows color (decimal): -5202045 or 8626096. OLE color: 8626096.

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

Color convert

RGB176159131-
CMYK00.100.260.31
HSL37.33º22.17%60.2%-
HSV(B)37.33º25.57%69.02%-
XYZ34.435.6726.54-
YUV160.89111.13138.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 131 (51.56% from 255) = 28.11%
R=37.77%
G=34.12%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615913100.100.260.3137.3322.1760.2
HexB09F830A1A1F25163c
Octal2602372030123237452674
Binary10110000100111111000001101010110101111110010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09F83; }

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

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

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

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

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

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

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

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