#b9438e

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

Shades of Mulberry #B9438E

Tints of Mulberry #B9438E

Color information

#B9438E (or 0xB9438E) is unknown color: approx Mulberry. HEX triplet: B9, 43 and 8E. RGB value is (185,67,142). Sum of RGB (Red+Green+Blue) = 185+67+142=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9438E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9438E is #46BC71. Grayscale: #6E6E6E. Windows color (decimal): -4635762 or 9323449. OLE color: 9323449.

HSL color Cylindrical-coordinate representation of color #B9438E: hue angle of 321.86º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9438E is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18567142-
CMYK00.640.230.27
HSL321.86º46.83%49.41%-
HSV(B)321.86º63.78%72.55%-
XYZ26.916.2827.32-
YUV110.83145.59180.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 67 (26.56% from 255) = 17.01%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=46.95%
G=17.01%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856714200.640.230.27321.8646.8349.41
HexB9438E040171B1422f31
Octal271103216010027335025761
Binary10111001100001110001110010000001011111011101000010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9438e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9438e; }

 p { color: rgb(185,67,142); }

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

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

 a { background-color: rgb(185,67,142); }

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

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

 span { border-color: rgb(185,67,142); }

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