#BF6096

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

Shades of Mulberry #BF6096

Tints of Mulberry #BF6096

Color information

#BF6096 (or 0xBF6096) is unknown color: approx Mulberry. HEX triplet: BF, 60 and 96. RGB value is (191,96,150). Sum of RGB (Red+Green+Blue) = 191+96+150=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6096 is #409F69. Grayscale: #828282. Windows color (decimal): -4235114 or 9855167. OLE color: 9855167.

HSL color Cylindrical-coordinate representation of color #BF6096: hue angle of 325.89º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6096 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19196150-
CMYK00.500.210.25
HSL325.89º42.6%56.27%-
HSV(B)325.89º49.74%74.9%-
XYZ31.1721.6431.39-
YUV130.56138.97171.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=43.71%
G=21.97%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919615000.500.210.25325.8942.656.27
HexBF609603215191462b38
Octal27714022606225315065370
Binary1011111111000001001011001100101010111001101000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6096; }

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

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

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

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

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

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

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

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