#BF5B83

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

Shades of Mulberry #BF5B83

Tints of Mulberry #BF5B83

Color information

#BF5B83 (or 0xBF5B83) is unknown color: approx Mulberry. HEX triplet: BF, 5B and 83. RGB value is (191,91,131). Sum of RGB (Red+Green+Blue) = 191+91+131=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5B83 is #40A47C. Grayscale: #7D7D7D. Windows color (decimal): -4236413 or 8608703. OLE color: 8608703.

HSL color Cylindrical-coordinate representation of color #BF5B83: hue angle of 336º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5B83 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB19191131-
CMYK00.520.310.25
HSL336º43.86%55.29%-
HSV(B)336º52.36%74.9%-
XYZ29.3220.223.83-
YUV125.46131.13174.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 131 (51.56% from 255) = 31.72%
R=46.25%
G=22.03%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919113100.520.310.2533643.8655.29
HexBF5B830341F191502c37
Octal27713320306437315205467
Binary1011111110110111000001101101001111111001101010000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B83; }

 p { color: rgb(191,91,131); }

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

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

 a { background-color: rgb(191,91,131); }

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

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

 span { border-color: rgb(191,91,131); }

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