#B59E7D

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

Shades of Bronco #B59E7D

Tints of Bronco #B59E7D

Color information

#B59E7D (or 0xB59E7D) is unknown color: approx Bronco. HEX triplet: B5, 9E and 7D. RGB value is (181,158,125). Sum of RGB (Red+Green+Blue) = 181+158+125=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59E7D is #4A6182. Grayscale: #A1A1A1. Windows color (decimal): -4874627 or 8232629. OLE color: 8232629.

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

Color convert

RGB181158125-
CMYK00.130.310.29
HSL35.36º27.45%60%-
HSV(B)35.36º30.94%70.98%-
XYZ34.9835.7624.46-
YUV161.12107.62142.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=39.01%
G=34.05%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115812500.130.310.2935.3627.4560
HexB59E7D0D1F1D231b3c
Octal2652361750153735433374
Binary1011010110011110111110101101111111110110001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E7D; }

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

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

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

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

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

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

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

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