#BC9051

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

Shades of Tussock #BC9051

Tints of Tussock #BC9051

Color information

#BC9051 (or 0xBC9051) is unknown color: approx Tussock. HEX triplet: BC, 90 and 51. RGB value is (188,144,81). Sum of RGB (Red+Green+Blue) = 188+144+81=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9051 is #436FAE. Grayscale: #969696. Windows color (decimal): -4419503 or 5345468. OLE color: 5345468.

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

Color convert

RGB18814481-
CMYK00.230.570.26
HSL35.33º44.4%52.75%-
HSV(B)35.33º56.91%73.73%-
XYZ32.231.2312.12-
YUV149.9789.08155.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=45.52%
G=34.87%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881448100.230.570.2635.3344.452.75
HexBC9051017391A232c35
Octal2742201210277132435465
Binary1011110010010000101000101011111100111010100011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9051; }

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

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

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

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

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

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

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

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