#B36297

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

Shades of Mulberry #B36297

Tints of Mulberry #B36297

Color information

#B36297 (or 0xB36297) is unknown color: approx Mulberry. HEX triplet: B3, 62 and 97. RGB value is (179,98,151). Sum of RGB (Red+Green+Blue) = 179+98+151=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B36297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36297 is #4C9D68. Grayscale: #808080. Windows color (decimal): -5021033 or 9921203. OLE color: 9921203.

HSL color Cylindrical-coordinate representation of color #B36297: hue angle of 320.74º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36297 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17998151-
CMYK00.450.160.30
HSL320.74º34.76%54.31%-
HSV(B)320.74º45.25%70.2%-
XYZ28.5420.5531.74-
YUV128.26140.84164.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=41.82%
G=22.90%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799815100.450.160.30320.7434.7654.31
HexB3629702D101E1412336
Octal26314222705520365014366
Binary1011001111000101001011101011011000011110101000001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36297; }

 p { color: rgb(179,98,151); }

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

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

 a { background-color: rgb(179,98,151); }

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

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

 span { border-color: rgb(179,98,151); }

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