#B39D82

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

Shades of Bronco #B39D82

Tints of Bronco #B39D82

Color information

#B39D82 (or 0xB39D82) is unknown color: approx Bronco. HEX triplet: B3, 9D and 82. RGB value is (179,157,130). Sum of RGB (Red+Green+Blue) = 179+157+130=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39D82 is #4C627D. Grayscale: #A0A0A0. Windows color (decimal): -5005950 or 8560051. OLE color: 8560051.

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

Color convert

RGB179157130-
CMYK00.120.270.30
HSL33.06º24.38%60.59%-
HSV(B)33.06º27.37%70.2%-
XYZ34.6835.3126.11-
YUV160.5110.79141.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=38.41%
G=33.69%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915713000.120.270.3033.0624.3860.59
HexB39D820C1B1E21183d
Octal2632352020143336413075
Binary10110011100111011000001001100110111111010000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39D82; }

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

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

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

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

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

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

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

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