Html Css Color HEX #B64685 Mulberry

📋 copy color: '#B64685'

red 182 ◦ green 70 ◦ blue 133

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

Shades of Mulberry #B64685

Tints of Mulberry #B64685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 47.27%
G = 18.18%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B64685 (or 0xB64685) is known color: Mulberry. HEX triplet: B6, 46 and 85. RGB value is (182,70,133). Sum of RGB (Red+Green+Blue) = 182+70+133=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B64685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64685 is #49B97A. Grayscale: #6E6E6E. Windows color (decimal): -4831611 or 8734390. OLE color: 8734390.

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

Color convert

RGB 182 70 133 -
CMYK 0 0.62 0.27 0.29
HSL 326.25º 0.44% 0.49% -
HSV(B) 326.25º 0.62% 0.71% -
XYZ 25.72 16.02 23.93 -
YUV 110.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 182 70 133 0 0.62 0.27 0.29 326.25 0.44 0.49
Hex B6 46 85 0 3E 1B 1D 146 2C 31
Octal 266 106 205 0 76 33 35 506 54 61
Binary 10110110 1000110 10000101 0 111110 11011 11101 101000110 101100 110001

Color Harmonies of #B64685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64685

Black with #B64685

Text Example


Text Example

White with #B64685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64685; }

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

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

background-color css

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

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

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

border-color css

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

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

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