Html Css Color HEX #B64395 Mulberry

📋 copy color: '#B64395'

red 182 ◦ green 67 ◦ blue 149

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

Shades of Mulberry #B64395

Tints of Mulberry #B64395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.83%

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

R = 45.73%
G = 16.83%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B64395 (or 0xB64395) is known color: Mulberry. HEX triplet: B6, 43 and 95. RGB value is (182,67,149). Sum of RGB (Red+Green+Blue) = 182+67+149=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B64395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64395 is #49BC6A. Grayscale: #6E6E6E. Windows color (decimal): -4832363 or 9782198. OLE color: 9782198.

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

Color convert

RGB 182 67 149 -
CMYK 0 0.63 0.18 0.29
HSL 317.22º 0.46% 0.49% -
HSV(B) 317.22º 0.63% 0.71% -
XYZ 26.72 16.13 30.14 -
YUV 110.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 182 67 149 0 0.63 0.18 0.29 317.22 0.46 0.49
Hex B6 43 95 0 3F 12 1D 13D 2E 31
Octal 266 103 225 0 77 22 35 475 56 61
Binary 10110110 1000011 10010101 0 111111 10010 11101 100111101 101110 110001

Color Harmonies of #B64395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64395

Black with #B64395

Text Example


Text Example

White with #B64395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64395; }

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

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

background-color css

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

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

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

border-color css

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

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

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