Html Css Color HEX #BF5A8C Mulberry

📋 copy color: '#BF5A8C'

red 191 ◦ green 90 ◦ blue 140

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

Shades of Mulberry #BF5A8C

Tints of Mulberry #BF5A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 45.37%
G = 21.38%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF5A8C (or 0xBF5A8C) is known color: Mulberry. HEX triplet: BF, 5A and 8C. RGB value is (191,90,140). Sum of RGB (Red+Green+Blue) = 191+90+140=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A8C is #40A573. Grayscale: #7D7D7D. Windows color (decimal): -4236660 or 9198271. OLE color: 9198271.

HSL color Cylindrical-coordinate representation of color #BF5A8C: hue angle of 330.3º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5A8C is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 90 140 -
CMYK 0 0.53 0.27 0.25
HSL 330.3º 0.44% 0.55% -
HSV(B) 330.3º 0.53% 0.75% -
XYZ 29.88 20.28 27.15 -
YUV 125.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 191 90 140 0 0.53 0.27 0.25 330.3 0.44 0.55
Hex BF 5A 8C 0 35 1B 19 14A 2C 37
Octal 277 132 214 0 65 33 31 512 54 67
Binary 10111111 1011010 10001100 0 110101 11011 11001 101001010 101100 110111

Color Harmonies of #BF5A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5A8C

Black with #BF5A8C

Text Example


Text Example

White with #BF5A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5A8C; }

 p { color: rgb(191,90,140); }

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

background-color css

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

 a { background-color: rgb(191,90,140); }

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

border-color css

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

 span { border-color: rgb(191,90,140); }

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