#B49E7A

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

Shades of Bronco #B49E7A

Tints of Bronco #B49E7A

Color information

#B49E7A (or 0xB49E7A) is unknown color: approx Bronco. HEX triplet: B4, 9E and 7A. RGB value is (180,158,122). Sum of RGB (Red+Green+Blue) = 180+158+122=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E7A is #4B6185. Grayscale: #A0A0A0. Windows color (decimal): -4940166 or 8036020. OLE color: 8036020.

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

Color convert

RGB180158122-
CMYK00.120.320.29
HSL37.24º27.88%59.22%-
HSV(B)37.24º32.22%70.59%-
XYZ34.5635.5623.45-
YUV160.47106.29141.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=39.13%
G=34.35%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015812200.120.320.2937.2427.8859.22
HexB49E7A0C201D251c3b
Octal2642361720144035453473
Binary10110100100111101111010011001000001110110010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E7A; }

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

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

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

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

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

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

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

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