#B49C7A

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

Shades of Bronco #B49C7A

Tints of Bronco #B49C7A

Color information

#B49C7A (or 0xB49C7A) is unknown color: approx Bronco. HEX triplet: B4, 9C and 7A. RGB value is (180,156,122). Sum of RGB (Red+Green+Blue) = 180+156+122=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C7A is #4B6385. Grayscale: #9F9F9F. Windows color (decimal): -4940678 or 8035508. OLE color: 8035508.

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

Color convert

RGB180156122-
CMYK00.130.320.29
HSL35.17º27.88%59.22%-
HSV(B)35.17º32.22%70.59%-
XYZ34.2234.8923.34-
YUV159.3106.95142.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 156 (61.33% from 255) = 34.06%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=39.30%
G=34.06%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015612200.130.320.2935.1727.8859.22
HexB49C7A0D201D231c3b
Octal2642341720154035433473
Binary10110100100111001111010011011000001110110001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C7A; }

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

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

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

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

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

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

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

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