#B39C80

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

Shades of Bronco #B39C80

Tints of Bronco #B39C80

Color information

#B39C80 (or 0xB39C80) is unknown color: approx Bronco. HEX triplet: B3, 9C and 80. RGB value is (179,156,128). Sum of RGB (Red+Green+Blue) = 179+156+128=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C80 is #4C637F. Grayscale: #9F9F9F. Windows color (decimal): -5006208 or 8428723. OLE color: 8428723.

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

Color convert

RGB179156128-
CMYK00.130.280.30
HSL32.94º25.12%60.2%-
HSV(B)32.94º28.49%70.2%-
XYZ34.3834.9225.35-
YUV159.68110.12141.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=38.66%
G=33.69%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915612800.130.280.3032.9425.1260.2
HexB39C800D1C1E21193c
Octal2632342000153436413174
Binary10110011100111001000000001101111001111010000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C80; }

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

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

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

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

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

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

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

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