#B7468C

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

Shades of Mulberry #B7468C

Tints of Mulberry #B7468C

Color information

#B7468C (or 0xB7468C) is unknown color: approx Mulberry. HEX triplet: B7, 46 and 8C. RGB value is (183,70,140). Sum of RGB (Red+Green+Blue) = 183+70+140=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7468C is #48B973. Grayscale: #6F6F6F. Windows color (decimal): -4766068 or 9193143. OLE color: 9193143.

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

Color convert

RGB18370140-
CMYK00.620.230.28
HSL322.83º44.66%49.61%-
HSV(B)322.83º61.75%71.76%-
XYZ26.4516.3426.57-
YUV111.77143.94178.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 70 (27.73% from 255) = 17.81%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=46.56%
G=17.81%
B=35.62%

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
Decimal1837014000.620.230.28322.8344.6649.61
HexB7468C03E171C1432d32
Octal26710621407627345035562
Binary1011011110001101000110001111101011111100101000011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7468C; }

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

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

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

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

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

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

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

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