#B9438A

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

Shades of Mulberry #B9438A

Tints of Mulberry #B9438A

Color information

#B9438A (or 0xB9438A) is unknown color: approx Mulberry. HEX triplet: B9, 43 and 8A. RGB value is (185,67,138). Sum of RGB (Red+Green+Blue) = 185+67+138=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9438A is #46BC75. Grayscale: #6E6E6E. Windows color (decimal): -4635766 or 9061305. OLE color: 9061305.

HSL color Cylindrical-coordinate representation of color #B9438A: hue angle of 323.9º 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 #B9438A is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18567138-
CMYK00.640.250.27
HSL323.9º46.83%49.41%-
HSV(B)323.9º63.78%72.55%-
XYZ26.616.1625.76-
YUV110.38143.59181.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 67 (26.56% from 255) = 17.18%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=47.44%
G=17.18%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856713800.640.250.27323.946.8349.41
HexB9438A040191B1442f31
Octal271103212010031335045761
Binary10111001100001110001010010000001100111011101000100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9438A; }

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

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

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

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

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

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

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

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