#B39C7E

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

Shades of Bronco #B39C7E

Tints of Bronco #B39C7E

Color information

#B39C7E (or 0xB39C7E) is unknown color: approx Bronco. HEX triplet: B3, 9C and 7E. RGB value is (179,156,126). Sum of RGB (Red+Green+Blue) = 179+156+126=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39C7E is #4C6381. Grayscale: #9F9F9F. Windows color (decimal): -5006210 or 8297651. OLE color: 8297651.

HSL color Cylindrical-coordinate representation of color #B39C7E: hue angle of 33.96º 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 #B39C7E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179156126-
CMYK00.130.300.30
HSL33.96º25.85%59.8%-
HSV(B)33.96º29.61%70.2%-
XYZ34.2434.8724.66-
YUV159.46109.12141.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=38.83%
G=33.84%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915612600.130.300.3033.9625.8559.8
HexB39C7E0D1E1E221a3c
Octal2632341760153636423274
Binary1011001110011100111111001101111101111010001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C7E; }

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

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

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

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

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

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

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

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