Html Css Color HEX #BB5E92 Mulberry

📋 copy color: '#BB5E92'

red 187 ◦ green 94 ◦ blue 146

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

Shades of Mulberry #BB5E92

Tints of Mulberry #BB5E92

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

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

R = 43.79%
G = 22.01%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB5E92 (or 0xBB5E92) is known color: Mulberry. HEX triplet: BB, 5E and 92. RGB value is (187,94,146). Sum of RGB (Red+Green+Blue) = 187+94+146=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E92 is #44A16D. Grayscale: #7F7F7F. Windows color (decimal): -4497774 or 9592507. OLE color: 9592507.

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

Color convert

RGB 187 94 146 -
CMYK 0 0.50 0.22 0.27
HSL 326.45º 0.41% 0.55% -
HSV(B) 326.45º 0.5% 0.73% -
XYZ 29.68 20.65 29.61 -
YUV 127.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 187 94 146 0 0.50 0.22 0.27 326.45 0.41 0.55
Hex BB 5E 92 0 32 16 1B 146 29 37
Octal 273 136 222 0 62 26 33 506 51 67
Binary 10111011 1011110 10010010 0 110010 10110 11011 101000110 101001 110111

Color Harmonies of #BB5E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E92

Black with #BB5E92

Text Example


Text Example

White with #BB5E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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