#BC9953

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

Shades of Tussock #BC9953

Tints of Tussock #BC9953

Color information

#BC9953 (or 0xBC9953) is unknown color: approx Tussock. HEX triplet: BC, 99 and 53. RGB value is (188,153,83). Sum of RGB (Red+Green+Blue) = 188+153+83=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9953 is #4366AC. Grayscale: #9B9B9B. Windows color (decimal): -4417197 or 5478844. OLE color: 5478844.

HSL color Cylindrical-coordinate representation of color #BC9953: hue angle of 40º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC9953 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18815383-
CMYK00.190.560.26
HSL40º43.93%53.14%-
HSV(B)40º55.85%73.73%-
XYZ33.6934.112.99-
YUV155.4887.1151.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 83 (32.81% from 255) = 19.58%
R=44.34%
G=36.08%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881538300.190.560.264043.9353.14
HexBC9953013381A282c35
Octal2742311230237032505465
Binary1011110010011001101001101001111100011010101000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9953; }

 p { color: rgb(188,153,83); }

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

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

 a { background-color: rgb(188,153,83); }

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

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

 span { border-color: rgb(188,153,83); }

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