#B95C98

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

Shades of Mulberry #B95C98

Tints of Mulberry #B95C98

Color information

#B95C98 (or 0xB95C98) is unknown color: approx Mulberry. HEX triplet: B9, 5C and 98. RGB value is (185,92,152). Sum of RGB (Red+Green+Blue) = 185+92+152=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95C98 is #46A367. Grayscale: #7E7E7E. Windows color (decimal): -4629352 or 9985209. OLE color: 9985209.

HSL color Cylindrical-coordinate representation of color #B95C98: hue angle of 321.29º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95C98 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18592152-
CMYK00.500.180.27
HSL321.29º39.91%54.31%-
HSV(B)321.29º50.27%72.55%-
XYZ29.520.2432.06-
YUV126.65142.31169.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=43.12%
G=21.45%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859215200.500.180.27321.2939.9154.31
HexB95C98032121B1412836
Octal27113423006222335015066
Binary1011100110111001001100001100101001011011101000001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C98; }

 p { color: rgb(185,92,152); }

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

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

 a { background-color: rgb(185,92,152); }

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

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

 span { border-color: rgb(185,92,152); }

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