#B49D79

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

Shades of Bronco #B49D79

Tints of Bronco #B49D79

Color information

#B49D79 (or 0xB49D79) is unknown color: approx Bronco. HEX triplet: B4, 9D and 79. RGB value is (180,157,121). Sum of RGB (Red+Green+Blue) = 180+157+121=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49D79 is #4B6286. Grayscale: #9F9F9F. Windows color (decimal): -4940423 or 7970228. OLE color: 7970228.

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

Color convert

RGB180157121-
CMYK00.130.330.29
HSL36.61º28.23%59.02%-
HSV(B)36.61º32.78%70.59%-
XYZ34.3335.223.07-
YUV159.77106.12142.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=39.30%
G=34.28%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015712100.130.330.2936.6128.2359.02
HexB49D790D211D251c3b
Octal2642351710154135453473
Binary10110100100111011111001011011000011110110010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49D79; }

 p { color: rgb(180,157,121); }

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

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

 a { background-color: rgb(180,157,121); }

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

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

 span { border-color: rgb(180,157,121); }

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