#bf5b8a

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

Shades of Mulberry #BF5B8A

Tints of Mulberry #BF5B8A

Color information

#BF5B8A (or 0xBF5B8A) is unknown color: approx Mulberry. HEX triplet: BF, 5B and 8A. RGB value is (191,91,138). Sum of RGB (Red+Green+Blue) = 191+91+138=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5B8A is #40A475. Grayscale: #7E7E7E. Windows color (decimal): -4236406 or 9067455. OLE color: 9067455.

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

Color convert

RGB19191138-
CMYK00.520.280.25
HSL331.8º43.86%55.29%-
HSV(B)331.8º52.36%74.9%-
XYZ29.8120.3926.41-
YUV126.26134.63174.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=45.48%
G=21.67%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919113800.520.280.25331.843.8655.29
HexBF5B8A0341C1914c2c37
Octal27713321206434315145467
Binary1011111110110111000101001101001110011001101001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5b8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5b8a; }

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

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

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

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

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

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

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

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