#B49E80

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

Shades of Bronco #B49E80

Tints of Bronco #B49E80

Color information

#B49E80 (or 0xB49E80) is unknown color: approx Bronco. HEX triplet: B4, 9E and 80. RGB value is (180,158,128). Sum of RGB (Red+Green+Blue) = 180+158+128=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E80 is #4B617F. Grayscale: #A1A1A1. Windows color (decimal): -4940160 or 8429236. OLE color: 8429236.

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

Color convert

RGB180158128-
CMYK00.120.290.29
HSL34.62º25.74%60.39%-
HSV(B)34.62º28.89%70.59%-
XYZ34.9535.7225.47-
YUV161.16109.29141.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=38.63%
G=33.91%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015812800.120.290.2934.6225.7460.39
HexB49E800C1D1D231a3c
Octal2642362000143535433274
Binary10110100100111101000000001100111011110110001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E80; }

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

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

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

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

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

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

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

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