Html Css Color HEX #BB528C Mulberry

📋 copy color: '#BB528C'

red 187 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #BB528C

Tints of Mulberry #BB528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.05%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 45.72%
G = 20.05%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB528C (or 0xBB528C) is known color: Mulberry. HEX triplet: BB, 52 and 8C. RGB value is (187,82,140). Sum of RGB (Red+Green+Blue) = 187+82+140=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB528C is #44AD73. Grayscale: #777777. Windows color (decimal): -4500852 or 9196219. OLE color: 9196219.

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

Color convert

RGB 187 82 140 -
CMYK 0 0.56 0.25 0.27
HSL 326.86º 0.44% 0.53% -
HSV(B) 326.86º 0.56% 0.73% -
XYZ 28.24 18.49 26.89 -
YUV 120.01 139.29 175.78 -
System Red Green Blue C M Y K H S L
Decimal 187 82 140 0 0.56 0.25 0.27 326.86 0.44 0.53
Hex BB 52 8C 0 38 19 1B 147 2C 35
Octal 273 122 214 0 70 31 33 507 54 65
Binary 10111011 1010010 10001100 0 111000 11001 11011 101000111 101100 110101

Color Harmonies of #BB528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB528C

Black with #BB528C

Text Example


Text Example

White with #BB528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB528C; }

 p { color: rgb(187,82,140); }

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

background-color css

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

 a { background-color: rgb(187,82,140); }

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

border-color css

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

 span { border-color: rgb(187,82,140); }

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