#BC864E

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

Shades of Tussock #BC864E

Tints of Tussock #BC864E

Color information

#BC864E (or 0xBC864E) is unknown color: approx Tussock. HEX triplet: BC, 86 and 4E. RGB value is (188,134,78). Sum of RGB (Red+Green+Blue) = 188+134+78=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC864E is #4379B1. Grayscale: #909090. Windows color (decimal): -4422066 or 5146300. OLE color: 5146300.

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

Color convert

RGB18813478-
CMYK00.290.590.26
HSL30.55º45.08%52.16%-
HSV(B)30.55º58.51%73.73%-
XYZ30.6428.2911.05-
YUV143.7690.89159.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 78 (30.86% from 255) = 19.5%
R=47%
G=33.5%
B=19.5%

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
Decimal1881347800.290.590.2630.5545.0852.16
HexBC864E01D3B1A1f2d34
Octal2742061160357332375564
Binary101111001000011010011100111011110111101011111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC864E; }

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

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

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

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

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

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

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

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