Html Css Color HEX #B64687 Mulberry

📋 copy color: '#B64687'

red 182 ◦ green 70 ◦ blue 135

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

Shades of Mulberry #B64687

Tints of Mulberry #B64687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.09%

 BLUE value IS 135 (53.13% from 255) = 34.88%

R = 47.03%
G = 18.09%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B64687 (or 0xB64687) is known color: Mulberry. HEX triplet: B6, 46 and 87. RGB value is (182,70,135). Sum of RGB (Red+Green+Blue) = 182+70+135=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B64687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64687 is #49B978. Grayscale: #6E6E6E. Windows color (decimal): -4831609 or 8865462. OLE color: 8865462.

HSL color Cylindrical-coordinate representation of color #B64687: hue angle of 325.18º degrees, saturation: 0.44, 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 #B64687 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 135 -
CMYK 0 0.62 0.26 0.29
HSL 325.18º 0.44% 0.49% -
HSV(B) 325.18º 0.62% 0.71% -
XYZ 25.85 16.07 24.66 -
YUV 110.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 182 70 135 0 0.62 0.26 0.29 325.18 0.44 0.49
Hex B6 46 87 0 3E 1A 1D 145 2C 31
Octal 266 106 207 0 76 32 35 505 54 61
Binary 10110110 1000110 10000111 0 111110 11010 11101 101000101 101100 110001

Color Harmonies of #B64687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64687

Black with #B64687

Text Example


Text Example

White with #B64687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64687; }

 p { color: rgb(182,70,135); }

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

background-color css

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

 a { background-color: rgb(182,70,135); }

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

border-color css

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

 span { border-color: rgb(182,70,135); }

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