Html Css Color HEX #B64392 Mulberry

📋 copy color: '#B64392'

red 182 ◦ green 67 ◦ blue 146

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

Shades of Mulberry #B64392

Tints of Mulberry #B64392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 46.08%
G = 16.96%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B64392 (or 0xB64392) is known color: Mulberry. HEX triplet: B6, 43 and 92. RGB value is (182,67,146). Sum of RGB (Red+Green+Blue) = 182+67+146=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B64392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64392 is #49BC6D. Grayscale: #6E6E6E. Windows color (decimal): -4832366 or 9585590. OLE color: 9585590.

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

Color convert

RGB 182 67 146 -
CMYK 0 0.63 0.20 0.29
HSL 318.78º 0.46% 0.49% -
HSV(B) 318.78º 0.63% 0.71% -
XYZ 26.49 16.03 28.89 -
YUV 110.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 182 67 146 0 0.63 0.20 0.29 318.78 0.46 0.49
Hex B6 43 92 0 3F 14 1D 13F 2E 31
Octal 266 103 222 0 77 24 35 477 56 61
Binary 10110110 1000011 10010010 0 111111 10100 11101 100111111 101110 110001

Color Harmonies of #B64392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64392

Black with #B64392

Text Example


Text Example

White with #B64392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64392; }

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

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

background-color css

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

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

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

border-color css

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

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

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