#BC9245

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

Shades of Tussock #BC9245

Tints of Tussock #BC9245

Color information

#BC9245 (or 0xBC9245) is unknown color: approx Tussock. HEX triplet: BC, 92 and 45. RGB value is (188,146,69). Sum of RGB (Red+Green+Blue) = 188+146+69=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9245 is #436DBA. Grayscale: #969696. Windows color (decimal): -4419003 or 4559548. OLE color: 4559548.

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

Color convert

RGB18814669-
CMYK00.220.630.26
HSL38.82º47.04%50.39%-
HSV(B)38.82º63.3%73.73%-
XYZ32.0931.6810.05-
YUV149.7882.41155.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=46.65%
G=36.23%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881466900.220.630.2638.8247.0450.39
HexBC92450163F1A272f32
Octal2742221050267732475762
Binary1011110010010010100010101011011111111010100111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9245; }

 p { color: rgb(188,146,69); }

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

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

 a { background-color: rgb(188,146,69); }

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

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

 span { border-color: rgb(188,146,69); }

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