#B74A92

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

Shades of Mulberry #B74A92

Tints of Mulberry #B74A92

Color information

#B74A92 (or 0xB74A92) is unknown color: approx Mulberry. HEX triplet: B7, 4A and 92. RGB value is (183,74,146). Sum of RGB (Red+Green+Blue) = 183+74+146=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74A92 is #48B56D. Grayscale: #727272. Windows color (decimal): -4765038 or 9587383. OLE color: 9587383.

HSL color Cylindrical-coordinate representation of color #B74A92: hue angle of 320.37º 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 #B74A92 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB18374146-
CMYK00.600.200.28
HSL320.37º43.08%50.39%-
HSV(B)320.37º59.56%71.76%-
XYZ27.1717.0429.05-
YUV114.8145.61176.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 74 (29.30% from 255) = 18.36%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=45.41%
G=18.36%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837414600.600.200.28320.3743.0850.39
HexB74A9203C141C1402b32
Octal26711222207424345005362
Binary1011011110010101001001001111001010011100101000000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74A92; }

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

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

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

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

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

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

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

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