#BC854E

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

Shades of Tussock #BC854E

Tints of Tussock #BC854E

Color information

#BC854E (or 0xBC854E) is unknown color: approx Tussock. HEX triplet: BC, 85 and 4E. RGB value is (188,133,78). Sum of RGB (Red+Green+Blue) = 188+133+78=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC854E is #437AB1. Grayscale: #8F8F8F. Windows color (decimal): -4422322 or 5146044. OLE color: 5146044.

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

Color convert

RGB18813378-
CMYK00.290.590.26
HSL30º45.08%52.16%-
HSV(B)30º58.51%73.73%-
XYZ30.528.0211.01-
YUV143.1791.22159.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=47.12%
G=33.33%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881337800.290.590.263045.0852.16
HexBC854E01D3B1A1e2d34
Octal2742051160357332365564
Binary101111001000010110011100111011110111101011110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC854E; }

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

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

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

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

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

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

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

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