Html Css Color HEX #B64595 Mulberry

📋 copy color: '#B64595'

red 182 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #B64595

Tints of Mulberry #B64595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 45.5%
G = 17.25%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B64595 (or 0xB64595) is known color: Mulberry. HEX triplet: B6, 45 and 95. RGB value is (182,69,149). Sum of RGB (Red+Green+Blue) = 182+69+149=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B64595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64595 is #49BA6A. Grayscale: #6F6F6F. Windows color (decimal): -4831851 or 9782710. OLE color: 9782710.

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

Color convert

RGB 182 69 149 -
CMYK 0 0.62 0.18 0.29
HSL 317.52º 0.45% 0.49% -
HSV(B) 317.52º 0.62% 0.71% -
XYZ 26.84 16.37 30.18 -
YUV 111.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 182 69 149 0 0.62 0.18 0.29 317.52 0.45 0.49
Hex B6 45 95 0 3E 12 1D 13E 2D 31
Octal 266 105 225 0 76 22 35 476 55 61
Binary 10110110 1000101 10010101 0 111110 10010 11101 100111110 101101 110001

Color Harmonies of #B64595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64595

Black with #B64595

Text Example


Text Example

White with #B64595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64595; }

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

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

background-color css

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

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

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

border-color css

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

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

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