#B65A95

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

Shades of Mulberry #B65A95

Tints of Mulberry #B65A95

Color information

#B65A95 (or 0xB65A95) is unknown color: approx Mulberry. HEX triplet: B6, 5A and 95. RGB value is (182,90,149). Sum of RGB (Red+Green+Blue) = 182+90+149=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A95 is #49A56A. Grayscale: #7C7C7C. Windows color (decimal): -4826475 or 9788086. OLE color: 9788086.

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

Color convert

RGB18290149-
CMYK00.510.180.29
HSL321.52º38.66%53.33%-
HSV(B)321.52º50.55%71.37%-
XYZ28.3719.4330.69-
YUV124.23141.98169.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 90 (35.55% from 255) = 21.38%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=43.23%
G=21.38%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829014900.510.180.29321.5238.6653.33
HexB65A95033121D1422735
Octal26613222506322355024765
Binary1011011010110101001010101100111001011101101000010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A95; }

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

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

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

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

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

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

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

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