#B74A8C

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

Shades of Mulberry #B74A8C

Tints of Mulberry #B74A8C

Color information

#B74A8C (or 0xB74A8C) is unknown color: approx Mulberry. HEX triplet: B7, 4A and 8C. RGB value is (183,74,140). Sum of RGB (Red+Green+Blue) = 183+74+140=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74A8C is #48B573. Grayscale: #717171. Windows color (decimal): -4765044 or 9194167. OLE color: 9194167.

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

Color convert

RGB18374140-
CMYK00.600.230.28
HSL323.67º43.08%50.39%-
HSV(B)323.67º59.56%71.76%-
XYZ26.7116.8626.66-
YUV114.12142.61177.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=46.10%
G=18.64%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837414000.600.230.28323.6743.0850.39
HexB74A8C03C171C1442b32
Octal26711221407427345045362
Binary1011011110010101000110001111001011111100101000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74A8C; }

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

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

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

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

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

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

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

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