Html Css Color HEX #BF4785 Mulberry

📋 copy color: '#BF4785'

red 191 ◦ green 71 ◦ blue 133

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

Shades of Mulberry #BF4785

Tints of Mulberry #BF4785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 48.35%
G = 17.97%
B = 33.67%

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

#BF4785 (or 0xBF4785) is known color: Mulberry. HEX triplet: BF, 47 and 85. RGB value is (191,71,133). Sum of RGB (Red+Green+Blue) = 191+71+133=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4785 is #40B87A. Grayscale: #717171. Windows color (decimal): -4241531 or 8734655. OLE color: 8734655.

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

Color convert

RGB 191 71 133 -
CMYK 0 0.63 0.30 0.25
HSL 329º 0.48% 0.51% -
HSV(B) 329º 0.63% 0.75% -
XYZ 27.97 17.28 24.05 -
YUV 113.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 191 71 133 0 0.63 0.30 0.25 329 0.48 0.51
Hex BF 47 85 0 3F 1E 19 149 30 33
Octal 277 107 205 0 77 36 31 511 60 63
Binary 10111111 1000111 10000101 0 111111 11110 11001 101001001 110000 110011

Color Harmonies of #BF4785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4785

Black with #BF4785

Text Example


Text Example

White with #BF4785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4785; }

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

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

background-color css

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

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

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

border-color css

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

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

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