#BC9A51

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

Shades of Tussock #BC9A51

Tints of Tussock #BC9A51

Color information

#BC9A51 (or 0xBC9A51) is unknown color: approx Tussock. HEX triplet: BC, 9A and 51. RGB value is (188,154,81). Sum of RGB (Red+Green+Blue) = 188+154+81=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9A51 is #4365AE. Grayscale: #9C9C9C. Windows color (decimal): -4416943 or 5348028. OLE color: 5348028.

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

Color convert

RGB18815481-
CMYK00.180.570.26
HSL40.93º44.4%52.75%-
HSV(B)40.93º56.91%73.73%-
XYZ33.7834.412.64-
YUV155.8485.76150.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 81 (32.03% from 255) = 19.15%
R=44.44%
G=36.41%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881548100.180.570.2640.9344.452.75
HexBC9A51012391A292c35
Octal2742321210227132515465
Binary1011110010011010101000101001011100111010101001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9A51; }

 p { color: rgb(188,154,81); }

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

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

 a { background-color: rgb(188,154,81); }

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

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

 span { border-color: rgb(188,154,81); }

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