Html Css Color HEX #BB488A Mulberry

📋 copy color: '#BB488A'

red 187 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #BB488A

Tints of Mulberry #BB488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

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

R = 47.1%
G = 18.14%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB488A (or 0xBB488A) is known color: Mulberry. HEX triplet: BB, 48 and 8A. RGB value is (187,72,138). Sum of RGB (Red+Green+Blue) = 187+72+138=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB488A is #44B775. Grayscale: #717171. Windows color (decimal): -4503414 or 9062587. OLE color: 9062587.

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

Color convert

RGB 187 72 138 -
CMYK 0 0.61 0.26 0.27
HSL 325.57º 0.46% 0.51% -
HSV(B) 325.57º 0.61% 0.73% -
XYZ 27.4 17.03 25.89 -
YUV 113.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 187 72 138 0 0.61 0.26 0.27 325.57 0.46 0.51
Hex BB 48 8A 0 3D 1A 1B 146 2E 33
Octal 273 110 212 0 75 32 33 506 56 63
Binary 10111011 1001000 10001010 0 111101 11010 11011 101000110 101110 110011

Color Harmonies of #BB488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB488A

Black with #BB488A

Text Example


Text Example

White with #BB488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB488A; }

 p { color: rgb(187,72,138); }

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

background-color css

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

 a { background-color: rgb(187,72,138); }

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

border-color css

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

 span { border-color: rgb(187,72,138); }

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