Html Css Color HEX #B64992 Mulberry

📋 copy color: '#B64992'

red 182 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #B64992

Tints of Mulberry #B64992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.2%

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

R = 45.39%
G = 18.2%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B64992 (or 0xB64992) is known color: Mulberry. HEX triplet: B6, 49 and 92. RGB value is (182,73,146). Sum of RGB (Red+Green+Blue) = 182+73+146=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B64992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64992 is #49B66D. Grayscale: #717171. Windows color (decimal): -4830830 or 9587126. OLE color: 9587126.

HSL color Cylindrical-coordinate representation of color #B64992: hue angle of 319.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64992 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 73 146 -
CMYK 0 0.60 0.20 0.29
HSL 319.82º 0.43% 0.5% -
HSV(B) 319.82º 0.6% 0.71% -
XYZ 26.86 16.79 29.02 -
YUV 113.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 182 73 146 0 0.60 0.20 0.29 319.82 0.43 0.5
Hex B6 49 92 0 3C 14 1D 140 2B 32
Octal 266 111 222 0 74 24 35 500 53 62
Binary 10110110 1001001 10010010 0 111100 10100 11101 101000000 101011 110010

Color Harmonies of #B64992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64992

Black with #B64992

Text Example


Text Example

White with #B64992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64992; }

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

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

background-color css

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

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

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

border-color css

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

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

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