#B65B8D

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

Shades of Mulberry #B65B8D

Tints of Mulberry #B65B8D

Color information

#B65B8D (or 0xB65B8D) is unknown color: approx Mulberry. HEX triplet: B6, 5B and 8D. RGB value is (182,91,141). Sum of RGB (Red+Green+Blue) = 182+91+141=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B8D is #49A472. Grayscale: #7B7B7B. Windows color (decimal): -4826227 or 9264054. OLE color: 9264054.

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

Color convert

RGB18291141-
CMYK00.50.230.29
HSL327.03º38.4%53.53%-
HSV(B)327.03º50%71.37%-
XYZ27.8419.3527.47-
YUV123.91137.65169.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 91 (35.94% from 255) = 21.98%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=43.96%
G=21.98%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829114100.50.230.29327.0338.453.53
HexB65B8D032171D1472636
Octal26613321506227355074666
Binary1011011010110111000110101100101011111101101000111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B8D; }

 p { color: rgb(182,91,141); }

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

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

 a { background-color: rgb(182,91,141); }

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

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

 span { border-color: rgb(182,91,141); }

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