#BC9751

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

Shades of Tussock #BC9751

Tints of Tussock #BC9751

Color information

#BC9751 (or 0xBC9751) is unknown color: approx Tussock. HEX triplet: BC, 97 and 51. RGB value is (188,151,81). Sum of RGB (Red+Green+Blue) = 188+151+81=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9751 is #4368AE. Grayscale: #9A9A9A. Windows color (decimal): -4417711 or 5347260. OLE color: 5347260.

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

Color convert

RGB18815181-
CMYK00.200.570.26
HSL39.25º44.4%52.75%-
HSV(B)39.25º56.91%73.73%-
XYZ33.2933.4212.48-
YUV154.0886.76152.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 151 (59.38% from 255) = 35.95%
BLUE value IS 81 (32.03% from 255) = 19.29%
R=44.76%
G=35.95%
B=19.29%

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
Decimal1881518100.200.570.2639.2544.452.75
HexBC9751014391A272c35
Octal2742271210247132475465
Binary1011110010010111101000101010011100111010100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9751; }

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

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

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

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

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

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

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

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