#B06092

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

Shades of Mulberry #B06092

Tints of Mulberry #B06092

Color information

#B06092 (or 0xB06092) is unknown color: approx Mulberry. HEX triplet: B0, 60 and 92. RGB value is (176,96,146). Sum of RGB (Red+Green+Blue) = 176+96+146=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B06092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06092 is #4F9F6D. Grayscale: #7D7D7D. Windows color (decimal): -5218158 or 9593008. OLE color: 9593008.

HSL color Cylindrical-coordinate representation of color #B06092: hue angle of 322.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B06092 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB17696146-
CMYK00.450.170.31
HSL322.5º33.61%53.33%-
HSV(B)322.5º45.45%69.02%-
XYZ27.2819.6729.55-
YUV125.62139.5163.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=42.11%
G=22.97%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769614600.450.170.31322.533.6153.33
HexB0609202D111F1422235
Octal26014022205521375024265
Binary1011000011000001001001001011011000111111101000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06092; }

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

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

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

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

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

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

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

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