#BC6096

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

Shades of Mulberry #BC6096

Tints of Mulberry #BC6096

Color information

#BC6096 (or 0xBC6096) is unknown color: approx Mulberry. HEX triplet: BC, 60 and 96. RGB value is (188,96,150). Sum of RGB (Red+Green+Blue) = 188+96+150=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6096 is #439F69. Grayscale: #818181. Windows color (decimal): -4431722 or 9855164. OLE color: 9855164.

HSL color Cylindrical-coordinate representation of color #BC6096: hue angle of 324.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6096 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18896150-
CMYK00.490.200.26
HSL324.78º40.71%55.69%-
HSV(B)324.78º48.94%73.73%-
XYZ30.4321.2631.35-
YUV129.66139.48169.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.32%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=43.32%
G=22.12%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889615000.490.200.26324.7840.7155.69
HexBC6096031141A1452938
Octal27414022606124325055170
Binary1011110011000001001011001100011010011010101000101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6096; }

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

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

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

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

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

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

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

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