#BB629C

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

Shades of Mulberry #BB629C

Tints of Mulberry #BB629C

Color information

#BB629C (or 0xBB629C) is unknown color: approx Mulberry. HEX triplet: BB, 62 and 9C. RGB value is (187,98,156). Sum of RGB (Red+Green+Blue) = 187+98+156=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB629C is #449D63. Grayscale: #838383. Windows color (decimal): -4496740 or 10248891. OLE color: 10248891.

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

Color convert

RGB18798156-
CMYK00.480.170.27
HSL320.9º39.56%55.88%-
HSV(B)320.9º47.59%73.33%-
XYZ30.8621.734.01-
YUV131.22141.99167.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=42.40%
G=22.22%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879815600.480.170.27320.939.5655.88
HexBB629C030111B1412838
Octal27314223406021335015070
Binary1011101111000101001110001100001000111011101000001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB629C; }

 p { color: rgb(187,98,156); }

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

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

 a { background-color: rgb(187,98,156); }

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

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

 span { border-color: rgb(187,98,156); }

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