Html Css Color HEX #BB518B Mulberry

📋 copy color: '#BB518B'

red 187 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #BB518B

Tints of Mulberry #BB518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.9%

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 45.95%
G = 19.9%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB518B (or 0xBB518B) is known color: Mulberry. HEX triplet: BB, 51 and 8B. RGB value is (187,81,139). Sum of RGB (Red+Green+Blue) = 187+81+139=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB518B is #44AE74. Grayscale: #777777. Windows color (decimal): -4501109 or 9130427. OLE color: 9130427.

HSL color Cylindrical-coordinate representation of color #BB518B: hue angle of 327.17º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB518B is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 139 -
CMYK 0 0.57 0.26 0.27
HSL 327.17º 0.44% 0.53% -
HSV(B) 327.17º 0.57% 0.73% -
XYZ 28.1 18.31 26.48 -
YUV 119.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 187 81 139 0 0.57 0.26 0.27 327.17 0.44 0.53
Hex BB 51 8B 0 39 1A 1B 147 2C 35
Octal 273 121 213 0 71 32 33 507 54 65
Binary 10111011 1010001 10001011 0 111001 11010 11011 101000111 101100 110101

Color Harmonies of #BB518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB518B

Black with #BB518B

Text Example


Text Example

White with #BB518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB518B; }

 p { color: rgb(187,81,139); }

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

background-color css

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

 a { background-color: rgb(187,81,139); }

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

border-color css

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

 span { border-color: rgb(187,81,139); }

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