Html Css Color HEX #B64488 Mulberry

📋 copy color: '#B64488'

red 182 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #B64488

Tints of Mulberry #B64488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.62%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 47.15%
G = 17.62%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B64488 (or 0xB64488) is known color: Mulberry. HEX triplet: B6, 44 and 88. RGB value is (182,68,136). Sum of RGB (Red+Green+Blue) = 182+68+136=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B64488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64488 is #49BB77. Grayscale: #6D6D6D. Windows color (decimal): -4832120 or 8930486. OLE color: 8930486.

HSL color Cylindrical-coordinate representation of color #B64488: hue angle of 324.21º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64488 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 68 136 -
CMYK 0 0.63 0.25 0.29
HSL 324.21º 0.46% 0.49% -
HSV(B) 324.21º 0.63% 0.71% -
XYZ 25.8 15.86 24.99 -
YUV 109.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 182 68 136 0 0.63 0.25 0.29 324.21 0.46 0.49
Hex B6 44 88 0 3F 19 1D 144 2E 31
Octal 266 104 210 0 77 31 35 504 56 61
Binary 10110110 1000100 10001000 0 111111 11001 11101 101000100 101110 110001

Color Harmonies of #B64488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64488

Black with #B64488

Text Example


Text Example

White with #B64488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64488; }

 p { color: rgb(182,68,136); }

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

background-color css

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

 a { background-color: rgb(182,68,136); }

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

border-color css

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

 span { border-color: rgb(182,68,136); }

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