Html Css Color HEX #BF4792 Mulberry

📋 copy color: '#BF4792'

red 191 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #BF4792

Tints of Mulberry #BF4792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.4%

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

R = 46.81%
G = 17.4%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF4792 (or 0xBF4792) is known color: Mulberry. HEX triplet: BF, 47 and 92. RGB value is (191,71,146). Sum of RGB (Red+Green+Blue) = 191+71+146=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4792 is #40B86D. Grayscale: #737373. Windows color (decimal): -4241518 or 9586623. OLE color: 9586623.

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

Color convert

RGB 191 71 146 -
CMYK 0 0.63 0.24 0.25
HSL 322.5º 0.48% 0.51% -
HSV(B) 322.5º 0.63% 0.75% -
XYZ 28.93 17.66 29.08 -
YUV 115.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 191 71 146 0 0.63 0.24 0.25 322.5 0.48 0.51
Hex BF 47 92 0 3F 18 19 142 30 33
Octal 277 107 222 0 77 30 31 502 60 63
Binary 10111111 1000111 10010010 0 111111 11000 11001 101000010 110000 110011

Color Harmonies of #BF4792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4792

Black with #BF4792

Text Example


Text Example

White with #BF4792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4792; }

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

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

background-color css

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

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

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

border-color css

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

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

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