#B65C88

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

Shades of Mulberry #B65C88

Tints of Mulberry #B65C88

Color information

#B65C88 (or 0xB65C88) is unknown color: approx Mulberry. HEX triplet: B6, 5C and 88. RGB value is (182,92,136). Sum of RGB (Red+Green+Blue) = 182+92+136=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C88 is #49A377. Grayscale: #7B7B7B. Windows color (decimal): -4825976 or 8936630. OLE color: 8936630.

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

Color convert

RGB18292136-
CMYK00.490.250.29
HSL330.67º38.14%53.73%-
HSV(B)330.67º49.45%71.37%-
XYZ27.5619.3825.58-
YUV123.93134.82169.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=44.39%
G=22.44%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829213600.490.250.29330.6738.1453.73
HexB65C88031191D14b2636
Octal26613421006131355134666
Binary1011011010111001000100001100011100111101101001011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C88; }

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

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

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

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

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

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

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

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