#B49E83

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

Shades of Bronco #B49E83

Tints of Bronco #B49E83

Color information

#B49E83 (or 0xB49E83) is unknown color: approx Bronco. HEX triplet: B4, 9E and 83. RGB value is (180,158,131). Sum of RGB (Red+Green+Blue) = 180+158+131=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E83 is #4B617C. Grayscale: #A1A1A1. Windows color (decimal): -4940157 or 8625844. OLE color: 8625844.

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

Color convert

RGB180158131-
CMYK00.120.270.29
HSL33.06º24.62%60.98%-
HSV(B)33.06º27.22%70.59%-
XYZ35.1535.826.53-
YUV161.5110.79141.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=38.38%
G=33.69%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015813100.120.270.2933.0624.6260.98
HexB49E830C1B1D21193d
Octal2642362030143335413175
Binary10110100100111101000001101100110111110110000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E83; }

 p { color: rgb(180,158,131); }

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

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

 a { background-color: rgb(180,158,131); }

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

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

 span { border-color: rgb(180,158,131); }

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