#b39e7c

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

Shades of Bronco #B39E7C

Tints of Bronco #B39E7C

Color information

#B39E7C (or 0xB39E7C) is unknown color: approx Bronco. HEX triplet: B3, 9E and 7C. RGB value is (179,158,124). Sum of RGB (Red+Green+Blue) = 179+158+124=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39E7C is #4C6183. Grayscale: #A0A0A0. Windows color (decimal): -5005700 or 8167091. OLE color: 8167091.

HSL color Cylindrical-coordinate representation of color #B39E7C: hue angle of 37.09º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B39E7C is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB179158124-
CMYK00.120.310.30
HSL37.09º26.57%59.41%-
HSV(B)37.09º30.73%70.2%-
XYZ34.4635.4924.1-
YUV160.4107.46141.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=38.83%
G=34.27%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915812400.120.310.3037.0926.5759.41
HexB39E7C0C1F1E251b3b
Octal2632361740143736453373
Binary1011001110011110111110001100111111111010010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b39e7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b39e7c; }

 p { color: rgb(179,158,124); }

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

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

 a { background-color: rgb(179,158,124); }

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

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

 span { border-color: rgb(179,158,124); }

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