Html Css Color HEX #BF5589 Mulberry

📋 copy color: '#BF5589'

red 191 ◦ green 85 ◦ blue 137

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

Shades of Mulberry #BF5589

Tints of Mulberry #BF5589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

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

R = 46.25%
G = 20.58%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF5589 (or 0xBF5589) is known color: Mulberry. HEX triplet: BF, 55 and 89. RGB value is (191,85,137). Sum of RGB (Red+Green+Blue) = 191+85+137=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5589 is #40AA76. Grayscale: #7A7A7A. Windows color (decimal): -4237943 or 9000383. OLE color: 9000383.

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

Color convert

RGB 191 85 137 -
CMYK 0 0.55 0.28 0.25
HSL 330.57º 0.45% 0.54% -
HSV(B) 330.57º 0.55% 0.75% -
XYZ 29.25 19.38 25.87 -
YUV 122.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 191 85 137 0 0.55 0.28 0.25 330.57 0.45 0.54
Hex BF 55 89 0 37 1C 19 14B 2D 36
Octal 277 125 211 0 67 34 31 513 55 66
Binary 10111111 1010101 10001001 0 110111 11100 11001 101001011 101101 110110

Color Harmonies of #BF5589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5589

Black with #BF5589

Text Example


Text Example

White with #BF5589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5589; }

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

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

background-color css

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

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

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

border-color css

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

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

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