#B39F89

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

Shades of Bronco #B39F89

Tints of Bronco #B39F89

Color information

#B39F89 (or 0xB39F89) is unknown color: approx Bronco. HEX triplet: B3, 9F and 89. RGB value is (179,159,137). Sum of RGB (Red+Green+Blue) = 179+159+137=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39F89 is #4C6076. Grayscale: #A2A2A2. Windows color (decimal): -5005431 or 9019315. OLE color: 9019315.

HSL color Cylindrical-coordinate representation of color #B39F89: hue angle of 31.43º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B39F89 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179159137-
CMYK00.110.230.30
HSL31.43º21.65%61.96%-
HSV(B)31.43º23.46%70.2%-
XYZ35.536.1928.78-
YUV162.47113.63139.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=37.68%
G=33.47%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915913700.110.230.3031.4321.6561.96
HexB39F890B171E1f163e
Octal2632372110132736372676
Binary1011001110011111100010010101110111111101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F89; }

 p { color: rgb(179,159,137); }

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

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

 a { background-color: rgb(179,159,137); }

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

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

 span { border-color: rgb(179,159,137); }

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