#BC894A

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

Shades of Tussock #BC894A

Tints of Tussock #BC894A

Color information

#BC894A (or 0xBC894A) is unknown color: approx Tussock. HEX triplet: BC, 89 and 4A. RGB value is (188,137,74). Sum of RGB (Red+Green+Blue) = 188+137+74=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC894A is #4376B5. Grayscale: #919191. Windows color (decimal): -4421302 or 4884924. OLE color: 4884924.

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

Color convert

RGB18813774-
CMYK00.270.610.26
HSL33.16º45.97%51.37%-
HSV(B)33.16º60.64%73.73%-
XYZ30.9229.0810.46-
YUV145.0787.9158.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 74 (29.30% from 255) = 18.55%
R=47.12%
G=34.34%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881377400.270.610.2633.1645.9751.37
HexBC894A01B3D1A212e33
Octal2742111120337532415663
Binary1011110010001001100101001101111110111010100001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC894A; }

 p { color: rgb(188,137,74); }

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

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

 a { background-color: rgb(188,137,74); }

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

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

 span { border-color: rgb(188,137,74); }

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