#BC9351

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

Shades of Tussock #BC9351

Tints of Tussock #BC9351

Color information

#BC9351 (or 0xBC9351) is unknown color: approx Tussock. HEX triplet: BC, 93 and 51. RGB value is (188,147,81). Sum of RGB (Red+Green+Blue) = 188+147+81=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 81 (32.03% from 255 or 19.47% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9351 is #436CAE. Grayscale: #989898. Windows color (decimal): -4418735 or 5346236. OLE color: 5346236.

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

Color convert

RGB18814781-
CMYK00.220.570.26
HSL37.01º44.4%52.75%-
HSV(B)37.01º56.91%73.73%-
XYZ32.6632.1512.27-
YUV151.7488.08153.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 81 (32.03% from 255) = 19.47%
R=45.19%
G=35.34%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881478100.220.570.2637.0144.452.75
HexBC9351016391A252c35
Octal2742231210267132455465
Binary1011110010010011101000101011011100111010100101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9351; }

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

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

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

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

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

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

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

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