Html Css Color HEX #BF5B89 Mulberry

📋 copy color: '#BF5B89'

red 191 ◦ green 91 ◦ blue 137

#BF5B89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #BF5B89

Tints of Mulberry #BF5B89

RGB

 RED value IS 191 (75% from 255) = 45.58%

 GREEN value IS 91 (35.94% from 255) = 21.72%

 BLUE value IS 137 (53.91% from 255) = 32.7%

R = 45.58%
G = 21.72%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF5B89 (or 0xBF5B89) is known color: Mulberry. HEX triplet: BF, 5B and 89. RGB value is (191,91,137). Sum of RGB (Red+Green+Blue) = 191+91+137=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5B89 is #40A476. Grayscale: #7E7E7E. Windows color (decimal): -4236407 or 9001919. OLE color: 9001919.

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

Color convert

RGB 191 91 137 -
CMYK 0 0.52 0.28 0.25
HSL 332.4º 0.44% 0.55% -
HSV(B) 332.4º 0.52% 0.75% -
XYZ 29.74 20.36 26.03 -
YUV 126.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 191 91 137 0 0.52 0.28 0.25 332.4 0.44 0.55
Hex BF 5B 89 0 34 1C 19 14C 2C 37
Octal 277 133 211 0 64 34 31 514 54 67
Binary 10111111 1011011 10001001 0 110100 11100 11001 101001100 101100 110111

Color Harmonies of #BF5B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5B89

Black with #BF5B89

Text Example


Text Example

White with #BF5B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5B89; }

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

 H1.HeaderClassName
 {
   color: #BF5B89;
 }
 .AnyTagClassName
 {
   color: #BF5B89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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