Html Css Color HEX #B64A8A Mulberry

📋 copy color: '#B64A8A'

red 182 ◦ green 74 ◦ blue 138

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

Shades of Mulberry #B64A8A

Tints of Mulberry #B64A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.78%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 46.19%
G = 18.78%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B64A8A (or 0xB64A8A) is known color: Mulberry. HEX triplet: B6, 4A and 8A. RGB value is (182,74,138). Sum of RGB (Red+Green+Blue) = 182+74+138=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64A8A is #49B575. Grayscale: #717171. Windows color (decimal): -4830582 or 9063094. OLE color: 9063094.

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

Color convert

RGB 182 74 138 -
CMYK 0 0.59 0.24 0.29
HSL 324.44º 0.43% 0.5% -
HSV(B) 324.44º 0.59% 0.71% -
XYZ 26.33 16.68 25.88 -
YUV 113.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 182 74 138 0 0.59 0.24 0.29 324.44 0.43 0.5
Hex B6 4A 8A 0 3B 18 1D 144 2B 32
Octal 266 112 212 0 73 30 35 504 53 62
Binary 10110110 1001010 10001010 0 111011 11000 11101 101000100 101011 110010

Color Harmonies of #B64A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64A8A

Black with #B64A8A

Text Example


Text Example

White with #B64A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64A8A; }

 p { color: rgb(182,74,138); }

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

background-color css

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

 a { background-color: rgb(182,74,138); }

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

border-color css

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

 span { border-color: rgb(182,74,138); }

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