Html Css Color HEX #BF4295 Mulberry

📋 copy color: '#BF4295'

red 191 ◦ green 66 ◦ blue 149

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

Shades of Mulberry #BF4295

Tints of Mulberry #BF4295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 47.04%
G = 16.26%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF4295 (or 0xBF4295) is known color: Mulberry. HEX triplet: BF, 42 and 95. RGB value is (191,66,149). Sum of RGB (Red+Green+Blue) = 191+66+149=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4295 is #40BD6A. Grayscale: #707070. Windows color (decimal): -4242795 or 9781951. OLE color: 9781951.

HSL color Cylindrical-coordinate representation of color #BF4295: hue angle of 320.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4295 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 66 149 -
CMYK 0 0.65 0.22 0.25
HSL 320.16º 0.49% 0.5% -
HSV(B) 320.16º 0.65% 0.75% -
XYZ 28.86 17.14 30.22 -
YUV 112.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 191 66 149 0 0.65 0.22 0.25 320.16 0.49 0.5
Hex BF 42 95 0 41 16 19 140 31 32
Octal 277 102 225 0 101 26 31 500 61 62
Binary 10111111 1000010 10010101 0 1000001 10110 11001 101000000 110001 110010

Color Harmonies of #BF4295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4295

Black with #BF4295

Text Example


Text Example

White with #BF4295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4295; }

 p { color: rgb(191,66,149); }

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

background-color css

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

 a { background-color: rgb(191,66,149); }

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

border-color css

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

 span { border-color: rgb(191,66,149); }

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