Html Css Color HEX #BB5B8B Mulberry

📋 copy color: '#BB5B8B'

red 187 ◦ green 91 ◦ blue 139

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

Shades of Mulberry #BB5B8B

Tints of Mulberry #BB5B8B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.82%

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

R = 44.84%
G = 21.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB5B8B (or 0xBB5B8B) is known color: Mulberry. HEX triplet: BB, 5B and 8B. RGB value is (187,91,139). Sum of RGB (Red+Green+Blue) = 187+91+139=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5B8B is #44A474. Grayscale: #7D7D7D. Windows color (decimal): -4498549 or 9132987. OLE color: 9132987.

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

Color convert

RGB 187 91 139 -
CMYK 0 0.51 0.26 0.27
HSL 330º 0.41% 0.55% -
HSV(B) 330º 0.51% 0.73% -
XYZ 28.89 19.91 26.75 -
YUV 125.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 187 91 139 0 0.51 0.26 0.27 330 0.41 0.55
Hex BB 5B 8B 0 33 1A 1B 14A 29 37
Octal 273 133 213 0 63 32 33 512 51 67
Binary 10111011 1011011 10001011 0 110011 11010 11011 101001010 101001 110111

Color Harmonies of #BB5B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5B8B

Black with #BB5B8B

Text Example


Text Example

White with #BB5B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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