#B65888

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

Shades of Mulberry #B65888

Tints of Mulberry #B65888

Color information

#B65888 (or 0xB65888) is unknown color: approx Mulberry. HEX triplet: B6, 58 and 88. RGB value is (182,88,136). Sum of RGB (Red+Green+Blue) = 182+88+136=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B65888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65888 is #49A777. Grayscale: #797979. Windows color (decimal): -4827000 or 8935606. OLE color: 8935606.

HSL color Cylindrical-coordinate representation of color #B65888: hue angle of 329.36º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65888 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB18288136-
CMYK00.520.250.29
HSL329.36º39.17%52.94%-
HSV(B)329.36º51.65%71.37%-
XYZ27.2318.725.47-
YUV121.58136.14171.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=44.83%
G=21.67%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828813600.520.250.29329.3639.1752.94
HexB65888034191D1492735
Octal26613021006431355114765
Binary1011011010110001000100001101001100111101101001001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65888; }

 p { color: rgb(182,88,136); }

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

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

 a { background-color: rgb(182,88,136); }

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

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

 span { border-color: rgb(182,88,136); }

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