#B65D95

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

Shades of Mulberry #B65D95

Tints of Mulberry #B65D95

Color information

#B65D95 (or 0xB65D95) is unknown color: approx Mulberry. HEX triplet: B6, 5D and 95. RGB value is (182,93,149). Sum of RGB (Red+Green+Blue) = 182+93+149=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65D95 is #49A26A. Grayscale: #7D7D7D. Windows color (decimal): -4825707 or 9788854. OLE color: 9788854.

HSL color Cylindrical-coordinate representation of color #B65D95: hue angle of 322.25º 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 #B65D95 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB18293149-
CMYK00.490.180.29
HSL322.25º37.87%53.92%-
HSV(B)322.25º48.9%71.37%-
XYZ28.6319.9430.77-
YUV125.99140.99167.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 93 (36.72% from 255) = 21.93%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=42.92%
G=21.93%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829314900.490.180.29322.2537.8753.92
HexB65D95031121D1422636
Octal26613522506122355024666
Binary1011011010111011001010101100011001011101101000010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65D95; }

 p { color: rgb(182,93,149); }

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

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

 a { background-color: rgb(182,93,149); }

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

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

 span { border-color: rgb(182,93,149); }

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