Html Css Color HEX #BF5E92 Mulberry

📋 copy color: '#BF5E92'

red 191 ◦ green 94 ◦ blue 146

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

Shades of Mulberry #BF5E92

Tints of Mulberry #BF5E92

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.81%

 BLUE value IS 146 (57.42% from 255) = 33.87%

R = 44.32%
G = 21.81%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF5E92 (or 0xBF5E92) is known color: Mulberry. HEX triplet: BF, 5E and 92. RGB value is (191,94,146). Sum of RGB (Red+Green+Blue) = 191+94+146=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E92 is #40A16D. Grayscale: #808080. Windows color (decimal): -4235630 or 9592511. OLE color: 9592511.

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

Color convert

RGB 191 94 146 -
CMYK 0 0.51 0.24 0.25
HSL 327.84º 0.43% 0.56% -
HSV(B) 327.84º 0.51% 0.75% -
XYZ 30.68 21.16 29.66 -
YUV 128.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 191 94 146 0 0.51 0.24 0.25 327.84 0.43 0.56
Hex BF 5E 92 0 33 18 19 148 2B 38
Octal 277 136 222 0 63 30 31 510 53 70
Binary 10111111 1011110 10010010 0 110011 11000 11001 101001000 101011 111000

Color Harmonies of #BF5E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5E92

Black with #BF5E92

Text Example


Text Example

White with #BF5E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5E92; }

 p { color: rgb(191,94,146); }

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

background-color css

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

 a { background-color: rgb(191,94,146); }

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

border-color css

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

 span { border-color: rgb(191,94,146); }

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