Html Css Color HEX #B64896 Mulberry

📋 copy color: '#B64896'

red 182 ◦ green 72 ◦ blue 150

#B64896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B64896

Tints of Mulberry #B64896

RGB

 RED value IS 182 (71.48% from 255) = 45.05%

 GREEN value IS 72 (28.52% from 255) = 17.82%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 45.05%
G = 17.82%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B64896 (or 0xB64896) is known color: Mulberry. HEX triplet: B6, 48 and 96. RGB value is (182,72,150). Sum of RGB (Red+Green+Blue) = 182+72+150=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B64896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64896 is #49B769. Grayscale: #717171. Windows color (decimal): -4831082 or 9849014. OLE color: 9849014.

HSL color Cylindrical-coordinate representation of color #B64896: hue angle of 317.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64896 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 150 -
CMYK 0 0.60 0.18 0.29
HSL 317.45º 0.43% 0.5% -
HSV(B) 317.45º 0.6% 0.71% -
XYZ 27.11 16.78 30.66 -
YUV 113.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 182 72 150 0 0.60 0.18 0.29 317.45 0.43 0.5
Hex B6 48 96 0 3C 12 1D 13D 2B 32
Octal 266 110 226 0 74 22 35 475 53 62
Binary 10110110 1001000 10010110 0 111100 10010 11101 100111101 101011 110010

Color Harmonies of #B64896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64896

Black with #B64896

Text Example


Text Example

White with #B64896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64896; }

 p { color: rgb(182,72,150); }

 H1.HeaderClassName
 {
   color: #B64896;
 }
 .AnyTagClassName
 {
   color: #B64896;
 }
</style>

background-color css

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

 a { background-color: rgb(182,72,150); }

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

border-color css

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

 span { border-color: rgb(182,72,150); }

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