#B7458C

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

Shades of Mulberry #B7458C

Tints of Mulberry #B7458C

Color information

#B7458C (or 0xB7458C) is unknown color: approx Mulberry. HEX triplet: B7, 45 and 8C. RGB value is (183,69,140). Sum of RGB (Red+Green+Blue) = 183+69+140=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7458C is #48BA73. Grayscale: #6F6F6F. Windows color (decimal): -4766324 or 9192887. OLE color: 9192887.

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

Color convert

RGB18369140-
CMYK00.620.230.28
HSL322.63º45.24%49.41%-
HSV(B)322.63º62.3%71.76%-
XYZ26.3916.2226.55-
YUV111.18144.27179.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 69 (27.34% from 255) = 17.60%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=46.68%
G=17.60%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836914000.620.230.28322.6345.2449.41
HexB7458C03E171C1432d31
Octal26710521407627345035561
Binary1011011110001011000110001111101011111100101000011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7458C; }

 p { color: rgb(183,69,140); }

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

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

 a { background-color: rgb(183,69,140); }

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

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

 span { border-color: rgb(183,69,140); }

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