Html Css Color HEX #BB498F Mulberry

📋 copy color: '#BB498F'

red 187 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #BB498F

Tints of Mulberry #BB498F

RGB

 RED value IS 187 (73.44% from 255) = 46.4%

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

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 46.4%
G = 18.11%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB498F (or 0xBB498F) is known color: Mulberry. HEX triplet: BB, 49 and 8F. RGB value is (187,73,143). Sum of RGB (Red+Green+Blue) = 187+73+143=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB498F is #44B670. Grayscale: #727272. Windows color (decimal): -4503153 or 9390523. OLE color: 9390523.

HSL color Cylindrical-coordinate representation of color #BB498F: hue angle of 323.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB498F is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 143 -
CMYK 0 0.61 0.24 0.27
HSL 323.16º 0.46% 0.51% -
HSV(B) 323.16º 0.61% 0.73% -
XYZ 27.83 17.31 27.86 -
YUV 115.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 187 73 143 0 0.61 0.24 0.27 323.16 0.46 0.51
Hex BB 49 8F 0 3D 18 1B 143 2E 33
Octal 273 111 217 0 75 30 33 503 56 63
Binary 10111011 1001001 10001111 0 111101 11000 11011 101000011 101110 110011

Color Harmonies of #BB498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB498F

Black with #BB498F

Text Example


Text Example

White with #BB498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB498F; }

 p { color: rgb(187,73,143); }

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

background-color css

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

 a { background-color: rgb(187,73,143); }

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

border-color css

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

 span { border-color: rgb(187,73,143); }

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