Html Css Color HEX #BF498A Mulberry

📋 copy color: '#BF498A'

red 191 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #BF498A

Tints of Mulberry #BF498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.16%

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 47.51%
G = 18.16%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF498A (or 0xBF498A) is known color: Mulberry. HEX triplet: BF, 49 and 8A. RGB value is (191,73,138). Sum of RGB (Red+Green+Blue) = 191+73+138=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF498A is #40B675. Grayscale: #737373. Windows color (decimal): -4241014 or 9062847. OLE color: 9062847.

HSL color Cylindrical-coordinate representation of color #BF498A: hue angle of 326.95º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF498A is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 138 -
CMYK 0 0.62 0.28 0.25
HSL 326.95º 0.48% 0.52% -
HSV(B) 326.95º 0.62% 0.75% -
XYZ 28.46 17.68 25.96 -
YUV 115.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 191 73 138 0 0.62 0.28 0.25 326.95 0.48 0.52
Hex BF 49 8A 0 3E 1C 19 147 30 34
Octal 277 111 212 0 76 34 31 507 60 64
Binary 10111111 1001001 10001010 0 111110 11100 11001 101000111 110000 110100

Color Harmonies of #BF498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF498A

Black with #BF498A

Text Example


Text Example

White with #BF498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF498A; }

 p { color: rgb(191,73,138); }

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

background-color css

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

 a { background-color: rgb(191,73,138); }

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

border-color css

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

 span { border-color: rgb(191,73,138); }

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