#B6458A

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

Shades of Mulberry #B6458A

Tints of Mulberry #B6458A

Color information

#B6458A (or 0xB6458A) is unknown color: approx Mulberry. HEX triplet: B6, 45 and 8A. RGB value is (182,69,138). Sum of RGB (Red+Green+Blue) = 182+69+138=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6458A is #49BA75. Grayscale: #6E6E6E. Windows color (decimal): -4831862 or 9061814. OLE color: 9061814.

HSL color Cylindrical-coordinate representation of color #B6458A: hue angle of 323.36º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6458A is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18269138-
CMYK00.620.240.29
HSL323.36º45.02%49.22%-
HSV(B)323.36º62.09%71.37%-
XYZ26.0116.0425.77-
YUV110.65143.44178.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=46.79%
G=17.74%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826913800.620.240.29323.3645.0249.22
HexB6458A03E181D1432d31
Octal26610521207630355035561
Binary1011011010001011000101001111101100011101101000011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6458A; }

 p { color: rgb(182,69,138); }

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

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

 a { background-color: rgb(182,69,138); }

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

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

 span { border-color: rgb(182,69,138); }

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