#B49C7C

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

Shades of Bronco #B49C7C

Tints of Bronco #B49C7C

Color information

#B49C7C (or 0xB49C7C) is unknown color: approx Bronco. HEX triplet: B4, 9C and 7C. RGB value is (180,156,124). Sum of RGB (Red+Green+Blue) = 180+156+124=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C7C is #4B6383. Grayscale: #9F9F9F. Windows color (decimal): -4940676 or 8166580. OLE color: 8166580.

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

Color convert

RGB180156124-
CMYK00.130.310.29
HSL34.29º27.18%59.61%-
HSV(B)34.29º31.11%70.59%-
XYZ34.3534.9424-
YUV159.53107.95142.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 124 (48.83% from 255) = 26.96%
R=39.13%
G=33.91%
B=26.96%

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
Decimal18015612400.130.310.2934.2927.1859.61
HexB49C7C0D1F1D221b3c
Octal2642341740153735423374
Binary1011010010011100111110001101111111110110001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C7C; }

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

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

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

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

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

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

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

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