Html Css Color HEX #BB4686 Mulberry

📋 copy color: '#BB4686'

red 187 ◦ green 70 ◦ blue 134

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

Shades of Mulberry #BB4686

Tints of Mulberry #BB4686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.9%

 BLUE value IS 134 (52.73% from 255) = 34.27%

R = 47.83%
G = 17.9%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB4686 (or 0xBB4686) is known color: Mulberry. HEX triplet: BB, 46 and 86. RGB value is (187,70,134). Sum of RGB (Red+Green+Blue) = 187+70+134=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4686 is #44B979. Grayscale: #707070. Windows color (decimal): -4503930 or 8799931. OLE color: 8799931.

HSL color Cylindrical-coordinate representation of color #BB4686: hue angle of 327.18º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4686 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 70 134 -
CMYK 0 0.63 0.28 0.27
HSL 327.18º 0.46% 0.5% -
HSV(B) 327.18º 0.63% 0.73% -
XYZ 26.99 16.67 24.35 -
YUV 112.28 140.26 181.3 -
System Red Green Blue C M Y K H S L
Decimal 187 70 134 0 0.63 0.28 0.27 327.18 0.46 0.5
Hex BB 46 86 0 3F 1C 1B 147 2E 32
Octal 273 106 206 0 77 34 33 507 56 62
Binary 10111011 1000110 10000110 0 111111 11100 11011 101000111 101110 110010

Color Harmonies of #BB4686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4686

Black with #BB4686

Text Example


Text Example

White with #BB4686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4686; }

 p { color: rgb(187,70,134); }

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

background-color css

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

 a { background-color: rgb(187,70,134); }

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

border-color css

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

 span { border-color: rgb(187,70,134); }

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