Html Css Color HEX #B64C92 Mulberry

📋 copy color: '#B64C92'

red 182 ◦ green 76 ◦ blue 146

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

Shades of Mulberry #B64C92

Tints of Mulberry #B64C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.81%

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

R = 45.05%
G = 18.81%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B64C92 (or 0xB64C92) is known color: Mulberry. HEX triplet: B6, 4C and 92. RGB value is (182,76,146). Sum of RGB (Red+Green+Blue) = 182+76+146=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C92 is #49B36D. Grayscale: #737373. Windows color (decimal): -4830062 or 9587894. OLE color: 9587894.

HSL color Cylindrical-coordinate representation of color #B64C92: hue angle of 320.38º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C92 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 146 -
CMYK 0 0.58 0.20 0.29
HSL 320.38º 0.42% 0.51% -
HSV(B) 320.38º 0.58% 0.71% -
XYZ 27.06 17.19 29.09 -
YUV 115.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 182 76 146 0 0.58 0.20 0.29 320.38 0.42 0.51
Hex B6 4C 92 0 3A 14 1D 140 2A 33
Octal 266 114 222 0 72 24 35 500 52 63
Binary 10110110 1001100 10010010 0 111010 10100 11101 101000000 101010 110011

Color Harmonies of #B64C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C92

Black with #B64C92

Text Example


Text Example

White with #B64C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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