#B59F7B

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

Shades of Bronco #B59F7B

Tints of Bronco #B59F7B

Color information

#B59F7B (or 0xB59F7B) is unknown color: approx Bronco. HEX triplet: B5, 9F and 7B. RGB value is (181,159,123). Sum of RGB (Red+Green+Blue) = 181+159+123=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59F7B is #4A6084. Grayscale: #A1A1A1. Windows color (decimal): -4874373 or 8101813. OLE color: 8101813.

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

Color convert

RGB181159123-
CMYK00.120.320.29
HSL37.24º28.16%59.61%-
HSV(B)37.24º32.04%70.98%-
XYZ35.0336.0523.85-
YUV161.47106.29141.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=39.09%
G=34.34%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115912300.120.320.2937.2428.1659.61
HexB59F7B0C201D251c3c
Octal2652371730144035453474
Binary10110101100111111111011011001000001110110010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59F7B; }

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

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

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

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

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

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

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

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