#B14A8C

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

Shades of Mulberry #B14A8C

Tints of Mulberry #B14A8C

Color information

#B14A8C (or 0xB14A8C) is unknown color: approx Mulberry. HEX triplet: B1, 4A and 8C. RGB value is (177,74,140). Sum of RGB (Red+Green+Blue) = 177+74+140=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14A8C is #4EB573. Grayscale: #707070. Windows color (decimal): -5158260 or 9194161. OLE color: 9194161.

HSL color Cylindrical-coordinate representation of color #B14A8C: hue angle of 321.55º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14A8C is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17774140-
CMYK00.580.210.31
HSL321.55º41.04%49.22%-
HSV(B)321.55º58.19%69.41%-
XYZ25.3116.1426.59-
YUV112.32143.62174.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 74 (29.30% from 255) = 18.93%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=45.27%
G=18.93%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777414000.580.210.31321.5541.0449.22
HexB14A8C03A151F1422931
Octal26111221407225375025161
Binary1011000110010101000110001110101010111111101000010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A8C; }

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

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

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

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

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

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

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

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