#B66092

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

Shades of Mulberry #B66092

Tints of Mulberry #B66092

Color information

#B66092 (or 0xB66092) is unknown color: approx Mulberry. HEX triplet: B6, 60 and 92. RGB value is (182,96,146). Sum of RGB (Red+Green+Blue) = 182+96+146=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B66092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66092 is #499F6D. Grayscale: #7F7F7F. Windows color (decimal): -4824942 or 9593014. OLE color: 9593014.

HSL color Cylindrical-coordinate representation of color #B66092: hue angle of 325.12º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66092 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB18296146-
CMYK00.470.200.29
HSL325.12º37.07%54.51%-
HSV(B)325.12º47.25%71.37%-
XYZ28.6620.3929.62-
YUV127.41138.49166.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 146 (57.42% from 255) = 34.43%
R=42.92%
G=22.64%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829614600.470.200.29325.1237.0754.51
HexB6609202F141D1452537
Octal26614022205724355054567
Binary1011011011000001001001001011111010011101101000101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66092; }

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

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

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

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

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

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

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

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