#B59F7F

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

Shades of Bronco #B59F7F

Tints of Bronco #B59F7F

Color information

#B59F7F (or 0xB59F7F) is unknown color: approx Bronco. HEX triplet: B5, 9F and 7F. RGB value is (181,159,127). Sum of RGB (Red+Green+Blue) = 181+159+127=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59F7F is #4A6080. Grayscale: #A2A2A2. Windows color (decimal): -4874369 or 8363957. OLE color: 8363957.

HSL color Cylindrical-coordinate representation of color #B59F7F: hue angle of 35.56º 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 #B59F7F is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181159127-
CMYK00.120.300.29
HSL35.56º26.73%60.39%-
HSV(B)35.56º29.83%70.98%-
XYZ35.2836.1525.2-
YUV161.93108.29141.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 127 (50% from 255) = 27.19%
R=38.76%
G=34.05%
B=27.19%

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
Decimal18115912700.120.300.2935.5626.7360.39
HexB59F7F0C1E1D241b3c
Octal2652371770143635443374
Binary1011010110011111111111101100111101110110010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F7F; }

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

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

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

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

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

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

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

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