Html Css Color HEX #B64776 Royal Heath

📋 copy color: '#B64776'

red 182 ◦ green 71 ◦ blue 118

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

Shades of Royal Heath #B64776

Tints of Royal Heath #B64776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 49.06%
G = 19.14%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B64776 (or 0xB64776) is known color: Royal Heath. HEX triplet: B6, 47 and 76. RGB value is (182,71,118). Sum of RGB (Red+Green+Blue) = 182+71+118=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B64776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64776 is #49B889. Grayscale: #6D6D6D. Windows color (decimal): -4831370 or 7751606. OLE color: 7751606.

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

Color convert

RGB 182 71 118 -
CMYK 0 0.61 0.35 0.29
HSL 334.59º 0.44% 0.5% -
HSV(B) 334.59º 0.61% 0.71% -
XYZ 24.81 15.76 18.87 -
YUV 109.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 182 71 118 0 0.61 0.35 0.29 334.59 0.44 0.5
Hex B6 47 76 0 3D 23 1D 14F 2C 32
Octal 266 107 166 0 75 43 35 517 54 62
Binary 10110110 1000111 1110110 0 111101 100011 11101 101001111 101100 110010

Color Harmonies of #B64776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64776

Black with #B64776

Text Example


Text Example

White with #B64776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64776; }

 p { color: rgb(182,71,118); }

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

background-color css

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

 a { background-color: rgb(182,71,118); }

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

border-color css

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

 span { border-color: rgb(182,71,118); }

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