#BB468B

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

Shades of Mulberry #BB468B

Tints of Mulberry #BB468B

Color information

#BB468B (or 0xBB468B) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 8B. RGB value is (187,70,139). Sum of RGB (Red+Green+Blue) = 187+70+139=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB468B is #44B974. Grayscale: #707070. Windows color (decimal): -4503925 or 9127611. OLE color: 9127611.

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

Color convert

RGB18770139-
CMYK00.630.260.27
HSL324.62º46.25%50.39%-
HSV(B)324.62º62.57%73.33%-
XYZ27.3416.8126.23-
YUV112.85142.76180.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 70 (27.73% from 255) = 17.68%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=47.22%
G=17.68%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877013900.630.260.27324.6246.2550.39
HexBB468B03F1A1B1452e32
Octal27310621307732335055662
Binary1011101110001101000101101111111101011011101000101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB468B; }

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

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

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

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

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

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

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

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