Html Css Color HEX #BF5D84 Mulberry

📋 copy color: '#BF5D84'

red 191 ◦ green 93 ◦ blue 132

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

Shades of Mulberry #BF5D84

Tints of Mulberry #BF5D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.36%

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 45.91%
G = 22.36%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF5D84 (or 0xBF5D84) is known color: Mulberry. HEX triplet: BF, 5D and 84. RGB value is (191,93,132). Sum of RGB (Red+Green+Blue) = 191+93+132=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5D84 is #40A27B. Grayscale: #7E7E7E. Windows color (decimal): -4235900 or 8674751. OLE color: 8674751.

HSL color Cylindrical-coordinate representation of color #BF5D84: hue angle of 336.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D84 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 93 132 -
CMYK 0 0.51 0.31 0.25
HSL 336.12º 0.43% 0.56% -
HSV(B) 336.12º 0.51% 0.75% -
XYZ 29.57 20.57 24.24 -
YUV 126.75 130.97 173.83 -
System Red Green Blue C M Y K H S L
Decimal 191 93 132 0 0.51 0.31 0.25 336.12 0.43 0.56
Hex BF 5D 84 0 33 1F 19 150 2B 38
Octal 277 135 204 0 63 37 31 520 53 70
Binary 10111111 1011101 10000100 0 110011 11111 11001 101010000 101011 111000

Color Harmonies of #BF5D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5D84

Black with #BF5D84

Text Example


Text Example

White with #BF5D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5D84; }

 p { color: rgb(191,93,132); }

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

background-color css

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

 a { background-color: rgb(191,93,132); }

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

border-color css

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

 span { border-color: rgb(191,93,132); }

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