#BB6092

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

Shades of Mulberry #BB6092

Tints of Mulberry #BB6092

Color information

#BB6092 (or 0xBB6092) is unknown color: approx Mulberry. HEX triplet: BB, 60 and 92. RGB value is (187,96,146). Sum of RGB (Red+Green+Blue) = 187+96+146=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6092 is #449F6D. Grayscale: #808080. Windows color (decimal): -4497262 or 9593019. OLE color: 9593019.

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

Color convert

RGB18796146-
CMYK00.490.220.27
HSL327.03º40.09%55.49%-
HSV(B)327.03º48.66%73.33%-
XYZ29.8621.0129.67-
YUV128.91137.65169.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=43.59%
G=22.38%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879614600.490.220.27327.0340.0955.49
HexBB6092031161B1472837
Octal27314022206126335075067
Binary1011101111000001001001001100011011011011101000111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6092; }

 p { color: rgb(187,96,146); }

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

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

 a { background-color: rgb(187,96,146); }

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

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

 span { border-color: rgb(187,96,146); }

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