#BC9449

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

Shades of Tussock #BC9449

Tints of Tussock #BC9449

Color information

#BC9449 (or 0xBC9449) is unknown color: approx Tussock. HEX triplet: BC, 94 and 49. RGB value is (188,148,73). Sum of RGB (Red+Green+Blue) = 188+148+73=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9449 is #436BB6. Grayscale: #979797. Windows color (decimal): -4418487 or 4822204. OLE color: 4822204.

HSL color Cylindrical-coordinate representation of color #BC9449: hue angle of 39.13º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC9449 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18814873-
CMYK00.210.610.26
HSL39.13º46.18%51.18%-
HSV(B)39.13º61.17%73.73%-
XYZ32.5332.3510.83-
YUV151.4183.75154.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=45.97%
G=36.19%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881487300.210.610.2639.1346.1851.18
HexBC94490153D1A272e33
Octal2742241110257532475663
Binary1011110010010100100100101010111110111010100111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9449; }

 p { color: rgb(188,148,73); }

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

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

 a { background-color: rgb(188,148,73); }

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

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

 span { border-color: rgb(188,148,73); }

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