#BC984D

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

Shades of Tussock #BC984D

Tints of Tussock #BC984D

Color information

#BC984D (or 0xBC984D) is unknown color: approx Tussock. HEX triplet: BC, 98 and 4D. RGB value is (188,152,77). Sum of RGB (Red+Green+Blue) = 188+152+77=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC984D is #4367B2. Grayscale: #9A9A9A. Windows color (decimal): -4417459 or 5085372. OLE color: 5085372.

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

Color convert

RGB18815277-
CMYK00.190.590.26
HSL40.54º45.31%51.96%-
HSV(B)40.54º59.04%73.73%-
XYZ33.3133.6811.77-
YUV154.2184.43152.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=45.08%
G=36.45%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881527700.190.590.2640.5445.3151.96
HexBC984D0133B1A292d34
Octal2742301150237332515564
Binary1011110010011000100110101001111101111010101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC984D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC984D; }

 p { color: rgb(188,152,77); }

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

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

 a { background-color: rgb(188,152,77); }

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

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

 span { border-color: rgb(188,152,77); }

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