#B59F7E

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

Shades of Bronco #B59F7E

Tints of Bronco #B59F7E

Color information

#B59F7E (or 0xB59F7E) is unknown color: approx Bronco. HEX triplet: B5, 9F and 7E. RGB value is (181,159,126). Sum of RGB (Red+Green+Blue) = 181+159+126=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59F7E is #4A6081. Grayscale: #A1A1A1. Windows color (decimal): -4874370 or 8298421. OLE color: 8298421.

HSL color Cylindrical-coordinate representation of color #B59F7E: hue angle of 36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59F7E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181159126-
CMYK00.120.300.29
HSL36º27.09%60.2%-
HSV(B)36º30.39%70.98%-
XYZ35.2236.1324.86-
YUV161.82107.79141.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 126 (49.61% from 255) = 27.04%
R=38.84%
G=34.12%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115912600.120.300.293627.0960.2
HexB59F7E0C1E1D241b3c
Octal2652371760143635443374
Binary1011010110011111111111001100111101110110010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F7E; }

 p { color: rgb(181,159,126); }

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

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

 a { background-color: rgb(181,159,126); }

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

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

 span { border-color: rgb(181,159,126); }

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