#B49E82

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

Shades of Bronco #B49E82

Tints of Bronco #B49E82

Color information

#B49E82 (or 0xB49E82) is unknown color: approx Bronco. HEX triplet: B4, 9E and 82. RGB value is (180,158,130). Sum of RGB (Red+Green+Blue) = 180+158+130=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E82 is #4B617D. Grayscale: #A1A1A1. Windows color (decimal): -4940158 or 8560308. OLE color: 8560308.

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

Color convert

RGB180158130-
CMYK00.120.280.29
HSL33.6º25%60.78%-
HSV(B)33.6º27.78%70.59%-
XYZ35.0835.7726.17-
YUV161.39110.29141.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=38.46%
G=33.76%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015813000.120.280.2933.62560.78
HexB49E820C1C1D22193d
Octal2642362020143435423175
Binary10110100100111101000001001100111001110110001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E82; }

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

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

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

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

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

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

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

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