#B49C7D

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

Shades of Bronco #B49C7D

Tints of Bronco #B49C7D

Color information

#B49C7D (or 0xB49C7D) is unknown color: approx Bronco. HEX triplet: B4, 9C and 7D. RGB value is (180,156,125). Sum of RGB (Red+Green+Blue) = 180+156+125=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C7D is #4B6382. Grayscale: #9F9F9F. Windows color (decimal): -4940675 or 8232116. OLE color: 8232116.

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

Color convert

RGB180156125-
CMYK00.130.310.29
HSL33.82º26.83%59.8%-
HSV(B)33.82º30.56%70.59%-
XYZ34.4134.9624.34-
YUV159.64108.45142.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=39.05%
G=33.84%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015612500.130.310.2933.8226.8359.8
HexB49C7D0D1F1D221b3c
Octal2642341750153735423374
Binary1011010010011100111110101101111111110110001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C7D; }

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

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

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

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

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

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

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

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