#B39D7E

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

Shades of Bronco #B39D7E

Tints of Bronco #B39D7E

Color information

#B39D7E (or 0xB39D7E) is unknown color: approx Bronco. HEX triplet: B3, 9D and 7E. RGB value is (179,157,126). Sum of RGB (Red+Green+Blue) = 179+157+126=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39D7E is #4C6281. Grayscale: #A0A0A0. Windows color (decimal): -5005954 or 8297907. OLE color: 8297907.

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

Color convert

RGB179157126-
CMYK00.120.300.30
HSL35.09º25.85%59.8%-
HSV(B)35.09º29.61%70.2%-
XYZ34.4135.224.72-
YUV160.04108.79141.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=38.74%
G=33.98%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915712600.120.300.3035.0925.8559.8
HexB39D7E0C1E1E231a3c
Octal2632351760143636433274
Binary1011001110011101111111001100111101111010001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39D7E; }

 p { color: rgb(179,157,126); }

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

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

 a { background-color: rgb(179,157,126); }

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

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

 span { border-color: rgb(179,157,126); }

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