#B49E7B

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

Shades of Bronco #B49E7B

Tints of Bronco #B49E7B

Color information

#B49E7B (or 0xB49E7B) is unknown color: approx Bronco. HEX triplet: B4, 9E and 7B. RGB value is (180,158,123). Sum of RGB (Red+Green+Blue) = 180+158+123=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49E7B is #4B6184. Grayscale: #A0A0A0. Windows color (decimal): -4940165 or 8101556. OLE color: 8101556.

HSL color Cylindrical-coordinate representation of color #B49E7B: hue angle of 36.84º 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 #B49E7B is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180158123-
CMYK00.120.320.29
HSL36.84º27.54%59.41%-
HSV(B)36.84º31.67%70.59%-
XYZ34.6235.5923.78-
YUV160.59106.79141.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 158 (62.11% from 255) = 34.27%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=39.05%
G=34.27%
B=26.68%

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
Decimal18015812300.120.320.2936.8427.5459.41
HexB49E7B0C201D251c3b
Octal2642361730144035453473
Binary10110100100111101111011011001000001110110010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49E7B; }

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

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

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

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

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

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

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

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