#B65A90

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

Shades of Mulberry #B65A90

Tints of Mulberry #B65A90

Color information

#B65A90 (or 0xB65A90) is unknown color: approx Mulberry. HEX triplet: B6, 5A and 90. RGB value is (182,90,144). Sum of RGB (Red+Green+Blue) = 182+90+144=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A90 is #49A56F. Grayscale: #7B7B7B. Windows color (decimal): -4826480 or 9460406. OLE color: 9460406.

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

Color convert

RGB18290144-
CMYK00.510.210.29
HSL324.78º38.66%53.33%-
HSV(B)324.78º50.55%71.37%-
XYZ27.9819.2728.63-
YUV123.66139.48169.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=43.75%
G=21.63%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829014400.510.210.29324.7838.6653.33
HexB65A90033151D1452735
Octal26613222006325355054765
Binary1011011010110101001000001100111010111101101000101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A90; }

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

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

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

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

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

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

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

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