Html Css Color HEX #BB4992 Mulberry

📋 copy color: '#BB4992'

red 187 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #BB4992

Tints of Mulberry #BB4992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 46.06%
G = 17.98%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB4992 (or 0xBB4992) is known color: Mulberry. HEX triplet: BB, 49 and 92. RGB value is (187,73,146). Sum of RGB (Red+Green+Blue) = 187+73+146=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4992 is #44B66D. Grayscale: #737373. Windows color (decimal): -4503150 or 9587131. OLE color: 9587131.

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

Color convert

RGB 187 73 146 -
CMYK 0 0.61 0.22 0.27
HSL 321.58º 0.46% 0.51% -
HSV(B) 321.58º 0.61% 0.73% -
XYZ 28.06 17.41 29.07 -
YUV 115.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 187 73 146 0 0.61 0.22 0.27 321.58 0.46 0.51
Hex BB 49 92 0 3D 16 1B 142 2E 33
Octal 273 111 222 0 75 26 33 502 56 63
Binary 10111011 1001001 10010010 0 111101 10110 11011 101000010 101110 110011

Color Harmonies of #BB4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4992

Black with #BB4992

Text Example


Text Example

White with #BB4992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4992; }

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

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

background-color css

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

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

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

border-color css

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

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

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