Html Css Color HEX #BF5785 Mulberry

📋 copy color: '#BF5785'

red 191 ◦ green 87 ◦ blue 133

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

Shades of Mulberry #BF5785

Tints of Mulberry #BF5785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 133 (52.34% from 255) = 32.36%

R = 46.47%
G = 21.17%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF5785 (or 0xBF5785) is known color: Mulberry. HEX triplet: BF, 57 and 85. RGB value is (191,87,133). Sum of RGB (Red+Green+Blue) = 191+87+133=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5785 is #40A87A. Grayscale: #7B7B7B. Windows color (decimal): -4237435 or 8738751. OLE color: 8738751.

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

Color convert

RGB 191 87 133 -
CMYK 0 0.54 0.30 0.25
HSL 333.46º 0.45% 0.55% -
HSV(B) 333.46º 0.54% 0.75% -
XYZ 29.13 19.59 24.44 -
YUV 123.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 191 87 133 0 0.54 0.30 0.25 333.46 0.45 0.55
Hex BF 57 85 0 36 1E 19 14D 2D 37
Octal 277 127 205 0 66 36 31 515 55 67
Binary 10111111 1010111 10000101 0 110110 11110 11001 101001101 101101 110111

Color Harmonies of #BF5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5785

Black with #BF5785

Text Example


Text Example

White with #BF5785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5785; }

 p { color: rgb(191,87,133); }

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

background-color css

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

 a { background-color: rgb(191,87,133); }

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

border-color css

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

 span { border-color: rgb(191,87,133); }

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