Html Css Color HEX #B64C86 Mulberry

📋 copy color: '#B64C86'

red 182 ◦ green 76 ◦ blue 134

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

Shades of Mulberry #B64C86

Tints of Mulberry #B64C86

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.39%

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 46.43%
G = 19.39%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B64C86 (or 0xB64C86) is known color: Mulberry. HEX triplet: B6, 4C and 86. RGB value is (182,76,134). Sum of RGB (Red+Green+Blue) = 182+76+134=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C86 is #49B379. Grayscale: #727272. Windows color (decimal): -4830074 or 8801462. OLE color: 8801462.

HSL color Cylindrical-coordinate representation of color #B64C86: hue angle of 327.17º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C86 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 134 -
CMYK 0 0.58 0.26 0.29
HSL 327.17º 0.42% 0.51% -
HSV(B) 327.17º 0.58% 0.71% -
XYZ 26.18 16.84 24.42 -
YUV 114.31 139.12 176.28 -
System Red Green Blue C M Y K H S L
Decimal 182 76 134 0 0.58 0.26 0.29 327.17 0.42 0.51
Hex B6 4C 86 0 3A 1A 1D 147 2A 33
Octal 266 114 206 0 72 32 35 507 52 63
Binary 10110110 1001100 10000110 0 111010 11010 11101 101000111 101010 110011

Color Harmonies of #B64C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C86

Black with #B64C86

Text Example


Text Example

White with #B64C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C86; }

 p { color: rgb(182,76,134); }

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

background-color css

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

 a { background-color: rgb(182,76,134); }

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

border-color css

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

 span { border-color: rgb(182,76,134); }

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