#BC894E

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

Shades of Tussock #BC894E

Tints of Tussock #BC894E

Color information

#BC894E (or 0xBC894E) is unknown color: approx Tussock. HEX triplet: BC, 89 and 4E. RGB value is (188,137,78). Sum of RGB (Red+Green+Blue) = 188+137+78=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC894E is #4376B1. Grayscale: #919191. Windows color (decimal): -4421298 or 5147068. OLE color: 5147068.

HSL color Cylindrical-coordinate representation of color #BC894E: hue angle of 32.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC894E is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18813778-
CMYK00.270.590.26
HSL32.18º45.08%52.16%-
HSV(B)32.18º58.51%73.73%-
XYZ31.0629.1311.19-
YUV145.5289.9158.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=46.65%
G=34.00%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881377800.270.590.2632.1845.0852.16
HexBC894E01B3B1A202d34
Octal2742111160337332405564
Binary1011110010001001100111001101111101111010100000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC894E; }

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

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

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

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

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

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

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

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