#BB5C8C

Color #BB5C8C Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BB5C8C

Tints of Mulberry #BB5C8C

Color information

#BB5C8C (or 0xBB5C8C) is unknown color: approx Mulberry. HEX triplet: BB, 5C and 8C. RGB value is (187,92,140). Sum of RGB (Red+Green+Blue) = 187+92+140=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C8C is #44A373. Grayscale: #7D7D7D. Windows color (decimal): -4498292 or 9198779. OLE color: 9198779.

HSL color Cylindrical-coordinate representation of color #BB5C8C: hue angle of 329.68º 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 #BB5C8C is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18792140-
CMYK00.510.250.27
HSL329.68º41.13%54.71%-
HSV(B)329.68º50.8%73.33%-
XYZ29.0520.1127.16-
YUV125.88135.97171.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=44.63%
G=21.96%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879214000.510.250.27329.6841.1354.71
HexBB5C8C033191B14a2937
Octal27313421406331335125167
Binary1011101110111001000110001100111100111011101001010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C8C; }

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

 H1.HeaderClassName
 {
   color: #BB5C8C;
 }
 .AnyTagClassName
 {
   color: #BB5C8C;
 }
</style>
background-color css

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

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

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

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

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

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