#B39C75

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

Shades of Bronco #B39C75

Tints of Bronco #B39C75

Color information

#B39C75 (or 0xB39C75) is unknown color: approx Bronco. HEX triplet: B3, 9C and 75. RGB value is (179,156,117). Sum of RGB (Red+Green+Blue) = 179+156+117=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39C75 is #4C638A. Grayscale: #9E9E9E. Windows color (decimal): -5006219 or 7707827. OLE color: 7707827.

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

Color convert

RGB179156117-
CMYK00.130.350.30
HSL37.74º28.97%58.04%-
HSV(B)37.74º34.64%70.2%-
XYZ33.6934.6421.74-
YUV158.43104.62142.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 156 (61.33% from 255) = 34.51%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=39.60%
G=34.51%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915611700.130.350.3037.7428.9758.04
HexB39C750D231E261d3a
Octal2632341650154336463572
Binary10110011100111001110101011011000111111010011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C75; }

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

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

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

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

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

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

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

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