Html Css Color HEX #BF598B Mulberry

📋 copy color: '#BF598B'

red 191 ◦ green 89 ◦ blue 139

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

Shades of Mulberry #BF598B

Tints of Mulberry #BF598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 45.58%
G = 21.24%
B = 33.17%

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

#BF598B (or 0xBF598B) is known color: Mulberry. HEX triplet: BF, 59 and 8B. RGB value is (191,89,139). Sum of RGB (Red+Green+Blue) = 191+89+139=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF598B is #40A674. Grayscale: #7D7D7D. Windows color (decimal): -4236917 or 9132479. OLE color: 9132479.

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

Color convert

RGB 191 89 139 -
CMYK 0 0.53 0.27 0.25
HSL 330.59º 0.44% 0.55% -
HSV(B) 330.59º 0.53% 0.75% -
XYZ 29.72 20.09 26.74 -
YUV 125.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 191 89 139 0 0.53 0.27 0.25 330.59 0.44 0.55
Hex BF 59 8B 0 35 1B 19 14B 2C 37
Octal 277 131 213 0 65 33 31 513 54 67
Binary 10111111 1011001 10001011 0 110101 11011 11001 101001011 101100 110111

Color Harmonies of #BF598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF598B

Black with #BF598B

Text Example


Text Example

White with #BF598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF598B; }

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

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

background-color css

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

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

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

border-color css

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

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

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