#BC9547

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

Shades of Tussock #BC9547

Tints of Tussock #BC9547

Color information

#BC9547 (or 0xBC9547) is unknown color: approx Tussock. HEX triplet: BC, 95 and 47. RGB value is (188,149,71). Sum of RGB (Red+Green+Blue) = 188+149+71=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9547 is #436AB8. Grayscale: #989898. Windows color (decimal): -4418233 or 4691388. OLE color: 4691388.

HSL color Cylindrical-coordinate representation of color #BC9547: hue angle of 40º 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 #BC9547 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18814971-
CMYK00.210.620.26
HSL40º46.61%50.78%-
HSV(B)40º62.23%73.73%-
XYZ32.6232.6410.54-
YUV151.7782.42153.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 71 (28.12% from 255) = 17.40%
R=46.08%
G=36.52%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881497100.210.620.264046.6150.78
HexBC95470153E1A282f33
Octal2742251070257632505763
Binary1011110010010101100011101010111111011010101000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9547; }

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

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

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

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

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

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

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

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