Html Css Color HEX #BF599C Mulberry

📋 copy color: '#BF599C'

red 191 ◦ green 89 ◦ blue 156

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

Shades of Mulberry #BF599C

Tints of Mulberry #BF599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.41%

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 43.81%
G = 20.41%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF599C (or 0xBF599C) is known color: Mulberry. HEX triplet: BF, 59 and 9C. RGB value is (191,89,156). Sum of RGB (Red+Green+Blue) = 191+89+156=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF599C is #40A663. Grayscale: #7E7E7E. Windows color (decimal): -4236900 or 10246591. OLE color: 10246591.

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

Color convert

RGB 191 89 156 -
CMYK 0 0.53 0.18 0.25
HSL 320.59º 0.44% 0.55% -
HSV(B) 320.59º 0.53% 0.75% -
XYZ 31.06 20.62 33.8 -
YUV 127.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 191 89 156 0 0.53 0.18 0.25 320.59 0.44 0.55
Hex BF 59 9C 0 35 12 19 141 2C 37
Octal 277 131 234 0 65 22 31 501 54 67
Binary 10111111 1011001 10011100 0 110101 10010 11001 101000001 101100 110111

Color Harmonies of #BF599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF599C

Black with #BF599C

Text Example


Text Example

White with #BF599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF599C; }

 p { color: rgb(191,89,156); }

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

background-color css

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

 a { background-color: rgb(191,89,156); }

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

border-color css

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

 span { border-color: rgb(191,89,156); }

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