Html Css Color HEX #B64587 Mulberry

📋 copy color: '#B64587'

red 182 ◦ green 69 ◦ blue 135

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

Shades of Mulberry #B64587

Tints of Mulberry #B64587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.88%

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

R = 47.15%
G = 17.88%
B = 34.97%

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

#B64587 (or 0xB64587) is known color: Mulberry. HEX triplet: B6, 45 and 87. RGB value is (182,69,135). Sum of RGB (Red+Green+Blue) = 182+69+135=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B64587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64587 is #49BA78. Grayscale: #6E6E6E. Windows color (decimal): -4831865 or 8865206. OLE color: 8865206.

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

Color convert

RGB 182 69 135 -
CMYK 0 0.62 0.26 0.29
HSL 324.96º 0.45% 0.49% -
HSV(B) 324.96º 0.62% 0.71% -
XYZ 25.79 15.95 24.64 -
YUV 110.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 182 69 135 0 0.62 0.26 0.29 324.96 0.45 0.49
Hex B6 45 87 0 3E 1A 1D 145 2D 31
Octal 266 105 207 0 76 32 35 505 55 61
Binary 10110110 1000101 10000111 0 111110 11010 11101 101000101 101101 110001

Color Harmonies of #B64587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64587

Black with #B64587

Text Example


Text Example

White with #B64587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64587; }

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

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

background-color css

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

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

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

border-color css

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

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

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