#bc854a

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

Shades of Tussock #BC854A

Tints of Tussock #BC854A

Color information

#BC854A (or 0xBC854A) is unknown color: approx Tussock. HEX triplet: BC, 85 and 4A. RGB value is (188,133,74). Sum of RGB (Red+Green+Blue) = 188+133+74=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC854A is #437AB5. Grayscale: #8F8F8F. Windows color (decimal): -4422326 or 4883900. OLE color: 4883900.

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

Color convert

RGB18813374-
CMYK00.290.610.26
HSL31.05º45.97%51.37%-
HSV(B)31.05º60.64%73.73%-
XYZ30.3627.9610.28-
YUV142.7289.22160.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=47.59%
G=33.67%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881337400.290.610.2631.0545.9751.37
HexBC854A01D3D1A1f2e33
Octal2742051120357532375663
Binary101111001000010110010100111011111011101011111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc854a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc854a; }

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

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

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

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

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

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

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

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