Html Css Color HEX #B64689 Mulberry

📋 copy color: '#B64689'

red 182 ◦ green 70 ◦ blue 137

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

Shades of Mulberry #B64689

Tints of Mulberry #B64689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.22%

R = 46.79%
G = 17.99%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B64689 (or 0xB64689) is known color: Mulberry. HEX triplet: B6, 46 and 89. RGB value is (182,70,137). Sum of RGB (Red+Green+Blue) = 182+70+137=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B64689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64689 is #49B976. Grayscale: #6E6E6E. Windows color (decimal): -4831607 or 8996534. OLE color: 8996534.

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

Color convert

RGB 182 70 137 -
CMYK 0 0.62 0.25 0.29
HSL 324.11º 0.44% 0.49% -
HSV(B) 324.11º 0.62% 0.71% -
XYZ 26 16.13 25.41 -
YUV 111.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 182 70 137 0 0.62 0.25 0.29 324.11 0.44 0.49
Hex B6 46 89 0 3E 19 1D 144 2C 31
Octal 266 106 211 0 76 31 35 504 54 61
Binary 10110110 1000110 10001001 0 111110 11001 11101 101000100 101100 110001

Color Harmonies of #B64689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64689

Black with #B64689

Text Example


Text Example

White with #B64689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64689; }

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

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

background-color css

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

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

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

border-color css

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

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

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