#B7448F

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

Shades of Mulberry #B7448F

Tints of Mulberry #B7448F

Color information

#B7448F (or 0xB7448F) is unknown color: approx Mulberry. HEX triplet: B7, 44 and 8F. RGB value is (183,68,143). Sum of RGB (Red+Green+Blue) = 183+68+143=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7448F is #48BB70. Grayscale: #6E6E6E. Windows color (decimal): -4766577 or 9389239. OLE color: 9389239.

HSL color Cylindrical-coordinate representation of color #B7448F: hue angle of 320.87º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7448F is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB18368143-
CMYK00.630.220.28
HSL320.87º45.82%49.22%-
HSV(B)320.87º62.84%71.76%-
XYZ26.5516.1827.71-
YUV110.94146.1179.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=46.45%
G=17.26%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836814300.630.220.28320.8745.8249.22
HexB7448F03F161C1412e31
Octal26710421707726345015661
Binary1011011110001001000111101111111011011100101000001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7448F; }

 p { color: rgb(183,68,143); }

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

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

 a { background-color: rgb(183,68,143); }

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

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

 span { border-color: rgb(183,68,143); }

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