#B65B8F

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

Shades of Mulberry #B65B8F

Tints of Mulberry #B65B8F

Color information

#B65B8F (or 0xB65B8F) is unknown color: approx Mulberry. HEX triplet: B6, 5B and 8F. RGB value is (182,91,143). Sum of RGB (Red+Green+Blue) = 182+91+143=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B8F is #49A470. Grayscale: #7C7C7C. Windows color (decimal): -4826225 or 9395126. OLE color: 9395126.

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

Color convert

RGB18291143-
CMYK00.50.210.29
HSL325.71º38.4%53.53%-
HSV(B)325.71º50%71.37%-
XYZ27.9919.4128.26-
YUV124.14138.65169.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 143 (56.25% from 255) = 34.38%
R=43.75%
G=21.88%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829114300.50.210.29325.7138.453.53
HexB65B8F032151D1462636
Octal26613321706225355064666
Binary1011011010110111000111101100101010111101101000110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B8F; }

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

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

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

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

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

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

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

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