#B74C8C

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

Shades of Mulberry #B74C8C

Tints of Mulberry #B74C8C

Color information

#B74C8C (or 0xB74C8C) is unknown color: approx Mulberry. HEX triplet: B7, 4C and 8C. RGB value is (183,76,140). Sum of RGB (Red+Green+Blue) = 183+76+140=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74C8C is #48B373. Grayscale: #737373. Windows color (decimal): -4764532 or 9194679. OLE color: 9194679.

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

Color convert

RGB18376140-
CMYK00.580.230.28
HSL324.11º42.63%50.78%-
HSV(B)324.11º58.47%71.76%-
XYZ26.8517.1326.7-
YUV115.29141.95176.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 76 (30.08% from 255) = 19.05%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=45.86%
G=19.05%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837614000.580.230.28324.1142.6350.78
HexB74C8C03A171C1442b33
Octal26711421407227345045363
Binary1011011110011001000110001110101011111100101000100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C8C; }

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

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

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

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

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

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

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

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