Html Css Color HEX #BF5089 Mulberry

📋 copy color: '#BF5089'

red 191 ◦ green 80 ◦ blue 137

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

Shades of Mulberry #BF5089

Tints of Mulberry #BF5089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

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

R = 46.81%
G = 19.61%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF5089 (or 0xBF5089) is known color: Mulberry. HEX triplet: BF, 50 and 89. RGB value is (191,80,137). Sum of RGB (Red+Green+Blue) = 191+80+137=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5089 is #40AF76. Grayscale: #777777. Windows color (decimal): -4239223 or 8999103. OLE color: 8999103.

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

Color convert

RGB 191 80 137 -
CMYK 0 0.58 0.28 0.25
HSL 329.19º 0.46% 0.53% -
HSV(B) 329.19º 0.58% 0.75% -
XYZ 28.87 18.62 25.74 -
YUV 119.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 191 80 137 0 0.58 0.28 0.25 329.19 0.46 0.53
Hex BF 50 89 0 3A 1C 19 149 2E 35
Octal 277 120 211 0 72 34 31 511 56 65
Binary 10111111 1010000 10001001 0 111010 11100 11001 101001001 101110 110101

Color Harmonies of #BF5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5089

Black with #BF5089

Text Example


Text Example

White with #BF5089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5089; }

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

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

background-color css

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

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

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

border-color css

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

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

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