Html Css Color HEX #B64891 Mulberry

📋 copy color: '#B64891'

red 182 ◦ green 72 ◦ blue 145

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

Shades of Mulberry #B64891

Tints of Mulberry #B64891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 45.61%
G = 18.05%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B64891 (or 0xB64891) is known color: Mulberry. HEX triplet: B6, 48 and 91. RGB value is (182,72,145). Sum of RGB (Red+Green+Blue) = 182+72+145=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B64891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64891 is #49B76E. Grayscale: #717171. Windows color (decimal): -4831087 or 9521334. OLE color: 9521334.

HSL color Cylindrical-coordinate representation of color #B64891: hue angle of 320.18º 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 #B64891 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 145 -
CMYK 0 0.60 0.20 0.29
HSL 320.18º 0.43% 0.5% -
HSV(B) 320.18º 0.6% 0.71% -
XYZ 26.72 16.62 28.59 -
YUV 113.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 182 72 145 0 0.60 0.20 0.29 320.18 0.43 0.5
Hex B6 48 91 0 3C 14 1D 140 2B 32
Octal 266 110 221 0 74 24 35 500 53 62
Binary 10110110 1001000 10010001 0 111100 10100 11101 101000000 101011 110010

Color Harmonies of #B64891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64891

Black with #B64891

Text Example


Text Example

White with #B64891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64891; }

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

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

background-color css

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

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

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

border-color css

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

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

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