#B59E78

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

Shades of Bronco #B59E78

Tints of Bronco #B59E78

Color information

#B59E78 (or 0xB59E78) is unknown color: approx Bronco. HEX triplet: B5, 9E and 78. RGB value is (181,158,120). Sum of RGB (Red+Green+Blue) = 181+158+120=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59E78 is #4A6187. Grayscale: #A0A0A0. Windows color (decimal): -4874632 or 7904949. OLE color: 7904949.

HSL color Cylindrical-coordinate representation of color #B59E78: hue angle of 37.38º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59E78 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181158120-
CMYK00.130.340.29
HSL37.38º29.19%59.02%-
HSV(B)37.38º33.7%70.98%-
XYZ34.6735.6322.82-
YUV160.55105.12142.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.43%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 120 (47.27% from 255) = 26.14%
R=39.43%
G=34.42%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115812000.130.340.2937.3829.1959.02
HexB59E780D221D251d3b
Octal2652361700154235453573
Binary10110101100111101111000011011000101110110010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E78; }

 p { color: rgb(181,158,120); }

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

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

 a { background-color: rgb(181,158,120); }

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

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

 span { border-color: rgb(181,158,120); }

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