Html Css Color HEX #B64697 Mulberry

📋 copy color: '#B64697'

red 182 ◦ green 70 ◦ blue 151

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

Shades of Mulberry #B64697

Tints of Mulberry #B64697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.37%

 BLUE value IS 151 (59.38% from 255) = 37.47%

R = 45.16%
G = 17.37%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B64697 (or 0xB64697) is known color: Mulberry. HEX triplet: B6, 46 and 97. RGB value is (182,70,151). Sum of RGB (Red+Green+Blue) = 182+70+151=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B64697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64697 is #49B968. Grayscale: #707070. Windows color (decimal): -4831593 or 9914038. OLE color: 9914038.

HSL color Cylindrical-coordinate representation of color #B64697: hue angle of 316.61º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64697 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 151 -
CMYK 0 0.62 0.17 0.29
HSL 316.61º 0.44% 0.49% -
HSV(B) 316.61º 0.62% 0.71% -
XYZ 27.07 16.56 31.05 -
YUV 112.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 182 70 151 0 0.62 0.17 0.29 316.61 0.44 0.49
Hex B6 46 97 0 3E 11 1D 13D 2C 31
Octal 266 106 227 0 76 21 35 475 54 61
Binary 10110110 1000110 10010111 0 111110 10001 11101 100111101 101100 110001

Color Harmonies of #B64697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64697

Black with #B64697

Text Example


Text Example

White with #B64697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64697; }

 p { color: rgb(182,70,151); }

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

background-color css

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

 a { background-color: rgb(182,70,151); }

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

border-color css

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

 span { border-color: rgb(182,70,151); }

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