Html Css Color HEX #BB499B Mulberry

📋 copy color: '#BB499B'

red 187 ◦ green 73 ◦ blue 155

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

Shades of Mulberry #BB499B

Tints of Mulberry #BB499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 45.06%
G = 17.59%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB499B (or 0xBB499B) is known color: Mulberry. HEX triplet: BB, 49 and 9B. RGB value is (187,73,155). Sum of RGB (Red+Green+Blue) = 187+73+155=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB499B is #44B664. Grayscale: #747474. Windows color (decimal): -4503141 or 10176955. OLE color: 10176955.

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

Color convert

RGB 187 73 155 -
CMYK 0 0.61 0.17 0.27
HSL 316.84º 0.46% 0.51% -
HSV(B) 316.84º 0.61% 0.73% -
XYZ 28.79 17.7 32.91 -
YUV 116.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 187 73 155 0 0.61 0.17 0.27 316.84 0.46 0.51
Hex BB 49 9B 0 3D 11 1B 13D 2E 33
Octal 273 111 233 0 75 21 33 475 56 63
Binary 10111011 1001001 10011011 0 111101 10001 11011 100111101 101110 110011

Color Harmonies of #BB499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB499B

Black with #BB499B

Text Example


Text Example

White with #BB499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB499B; }

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

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

background-color css

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

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

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

border-color css

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

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

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