Html Css Color HEX #BF4896 Mulberry

📋 copy color: '#BF4896'

red 191 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #BF4896

Tints of Mulberry #BF4896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.43%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 46.25%
G = 17.43%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF4896 (or 0xBF4896) is known color: Mulberry. HEX triplet: BF, 48 and 96. RGB value is (191,72,150). Sum of RGB (Red+Green+Blue) = 191+72+150=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4896 is #40B769. Grayscale: #747474. Windows color (decimal): -4241258 or 9849023. OLE color: 9849023.

HSL color Cylindrical-coordinate representation of color #BF4896: hue angle of 320.67º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4896 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 72 150 -
CMYK 0 0.62 0.21 0.25
HSL 320.67º 0.48% 0.52% -
HSV(B) 320.67º 0.62% 0.75% -
XYZ 29.31 17.91 30.77 -
YUV 116.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 191 72 150 0 0.62 0.21 0.25 320.67 0.48 0.52
Hex BF 48 96 0 3E 15 19 141 30 34
Octal 277 110 226 0 76 25 31 501 60 64
Binary 10111111 1001000 10010110 0 111110 10101 11001 101000001 110000 110100

Color Harmonies of #BF4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4896

Black with #BF4896

Text Example


Text Example

White with #BF4896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4896; }

 p { color: rgb(191,72,150); }

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

background-color css

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

 a { background-color: rgb(191,72,150); }

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

border-color css

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

 span { border-color: rgb(191,72,150); }

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