Html Css Color HEX #BB4996 Mulberry

📋 copy color: '#BB4996'

red 187 ◦ green 73 ◦ blue 150

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

Shades of Mulberry #BB4996

Tints of Mulberry #BB4996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 45.61%
G = 17.8%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB4996 (or 0xBB4996) is known color: Mulberry. HEX triplet: BB, 49 and 96. RGB value is (187,73,150). Sum of RGB (Red+Green+Blue) = 187+73+150=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4996 is #44B669. Grayscale: #737373. Windows color (decimal): -4503146 or 9849275. OLE color: 9849275.

HSL color Cylindrical-coordinate representation of color #BB4996: hue angle of 319.47º 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 #BB4996 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 150 -
CMYK 0 0.61 0.20 0.27
HSL 319.47º 0.46% 0.51% -
HSV(B) 319.47º 0.61% 0.73% -
XYZ 28.38 17.53 30.74 -
YUV 115.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 187 73 150 0 0.61 0.20 0.27 319.47 0.46 0.51
Hex BB 49 96 0 3D 14 1B 13F 2E 33
Octal 273 111 226 0 75 24 33 477 56 63
Binary 10111011 1001001 10010110 0 111101 10100 11011 100111111 101110 110011

Color Harmonies of #BB4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4996

Black with #BB4996

Text Example


Text Example

White with #BB4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4996; }

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

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

background-color css

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

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

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

border-color css

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

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

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