#BF6099

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

Shades of Mulberry #BF6099

Tints of Mulberry #BF6099

Color information

#BF6099 (or 0xBF6099) is unknown color: approx Mulberry. HEX triplet: BF, 60 and 99. RGB value is (191,96,153). Sum of RGB (Red+Green+Blue) = 191+96+153=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6099 is #409F66. Grayscale: #828282. Windows color (decimal): -4235111 or 10051775. OLE color: 10051775.

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

Color convert

RGB19196153-
CMYK00.500.200.25
HSL324º42.6%56.27%-
HSV(B)324º49.74%74.9%-
XYZ31.4221.7432.68-
YUV130.9140.47170.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=43.41%
G=21.82%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919615300.500.200.2532442.656.27
HexBF609903214191442b38
Octal27714023106224315045370
Binary1011111111000001001100101100101010011001101000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6099; }

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

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

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

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

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

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

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

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