#BC9651

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

Shades of Tussock #BC9651

Tints of Tussock #BC9651

Color information

#BC9651 (or 0xBC9651) is unknown color: approx Tussock. HEX triplet: BC, 96 and 51. RGB value is (188,150,81). Sum of RGB (Red+Green+Blue) = 188+150+81=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9651 is #4369AE. Grayscale: #999999. Windows color (decimal): -4417967 or 5347004. OLE color: 5347004.

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

Color convert

RGB18815081-
CMYK00.200.570.26
HSL38.69º44.4%52.75%-
HSV(B)38.69º56.91%73.73%-
XYZ33.1333.112.43-
YUV153.587.09152.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 81 (32.03% from 255) = 19.33%
R=44.87%
G=35.80%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881508100.200.570.2638.6944.452.75
HexBC9651014391A272c35
Octal2742261210247132475465
Binary1011110010010110101000101010011100111010100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9651; }

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

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

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

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

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

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

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

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