Html Css Color HEX #B64F78 Royal Heath

📋 copy color: '#B64F78'

red 182 ◦ green 79 ◦ blue 120

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

Shades of Royal Heath #B64F78

Tints of Royal Heath #B64F78

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.73%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 47.77%
G = 20.73%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B64F78 (or 0xB64F78) is known color: Royal Heath. HEX triplet: B6, 4F and 78. RGB value is (182,79,120). Sum of RGB (Red+Green+Blue) = 182+79+120=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64F78 is #49B087. Grayscale: #727272. Windows color (decimal): -4829320 or 7884726. OLE color: 7884726.

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

Color convert

RGB 182 79 120 -
CMYK 0 0.57 0.34 0.29
HSL 336.12º 0.41% 0.51% -
HSV(B) 336.12º 0.57% 0.71% -
XYZ 25.48 16.89 19.69 -
YUV 114.47 131.12 176.17 -
System Red Green Blue C M Y K H S L
Decimal 182 79 120 0 0.57 0.34 0.29 336.12 0.41 0.51
Hex B6 4F 78 0 39 22 1D 150 29 33
Octal 266 117 170 0 71 42 35 520 51 63
Binary 10110110 1001111 1111000 0 111001 100010 11101 101010000 101001 110011

Color Harmonies of #B64F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F78

Black with #B64F78

Text Example


Text Example

White with #B64F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F78; }

 p { color: rgb(182,79,120); }

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

background-color css

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

 a { background-color: rgb(182,79,120); }

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

border-color css

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

 span { border-color: rgb(182,79,120); }

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