#BC9047

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

Shades of Tussock #BC9047

Tints of Tussock #BC9047

Color information

#BC9047 (or 0xBC9047) is unknown color: approx Tussock. HEX triplet: BC, 90 and 47. RGB value is (188,144,71). Sum of RGB (Red+Green+Blue) = 188+144+71=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9047 is #436FB8. Grayscale: #959595. Windows color (decimal): -4419513 or 4690108. OLE color: 4690108.

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

Color convert

RGB18814471-
CMYK00.230.620.26
HSL37.44º46.61%50.78%-
HSV(B)37.44º62.23%73.73%-
XYZ31.8531.0910.28-
YUV148.8384.08155.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 71 (28.12% from 255) = 17.62%
R=46.65%
G=35.73%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881447100.230.620.2637.4446.6150.78
HexBC90470173E1A252f33
Octal2742201070277632455763
Binary1011110010010000100011101011111111011010100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9047; }

 p { color: rgb(188,144,71); }

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

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

 a { background-color: rgb(188,144,71); }

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

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

 span { border-color: rgb(188,144,71); }

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