Html Css Color HEX #BF4686 Mulberry

📋 copy color: '#BF4686'

red 191 ◦ green 70 ◦ blue 134

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

Shades of Mulberry #BF4686

Tints of Mulberry #BF4686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.72%

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 48.35%
G = 17.72%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF4686 (or 0xBF4686) is known color: Mulberry. HEX triplet: BF, 46 and 86. RGB value is (191,70,134). Sum of RGB (Red+Green+Blue) = 191+70+134=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4686 is #40B979. Grayscale: #717171. Windows color (decimal): -4241786 or 8799935. OLE color: 8799935.

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

Color convert

RGB 191 70 134 -
CMYK 0 0.63 0.30 0.25
HSL 328.26º 0.49% 0.51% -
HSV(B) 328.26º 0.63% 0.75% -
XYZ 27.98 17.18 24.4 -
YUV 113.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 191 70 134 0 0.63 0.30 0.25 328.26 0.49 0.51
Hex BF 46 86 0 3F 1E 19 148 31 33
Octal 277 106 206 0 77 36 31 510 61 63
Binary 10111111 1000110 10000110 0 111111 11110 11001 101001000 110001 110011

Color Harmonies of #BF4686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4686

Black with #BF4686

Text Example


Text Example

White with #BF4686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4686; }

 p { color: rgb(191,70,134); }

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

background-color css

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

 a { background-color: rgb(191,70,134); }

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

border-color css

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

 span { border-color: rgb(191,70,134); }

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