Html Css Color HEX #B64879 Royal Heath

📋 copy color: '#B64879'

red 182 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #B64879

Tints of Royal Heath #B64879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.2%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 48.53%
G = 19.2%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B64879 (or 0xB64879) is known color: Royal Heath. HEX triplet: B6, 48 and 79. RGB value is (182,72,121). Sum of RGB (Red+Green+Blue) = 182+72+121=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B64879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64879 is #49B786. Grayscale: #6E6E6E. Windows color (decimal): -4831111 or 7948470. OLE color: 7948470.

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

Color convert

RGB 182 72 121 -
CMYK 0 0.60 0.34 0.29
HSL 333.27º 0.43% 0.5% -
HSV(B) 333.27º 0.6% 0.71% -
XYZ 25.06 15.96 19.85 -
YUV 110.48 133.94 179.02 -
System Red Green Blue C M Y K H S L
Decimal 182 72 121 0 0.60 0.34 0.29 333.27 0.43 0.5
Hex B6 48 79 0 3C 22 1D 14D 2B 32
Octal 266 110 171 0 74 42 35 515 53 62
Binary 10110110 1001000 1111001 0 111100 100010 11101 101001101 101011 110010

Color Harmonies of #B64879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64879

Black with #B64879

Text Example


Text Example

White with #B64879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64879; }

 p { color: rgb(182,72,121); }

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

background-color css

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

 a { background-color: rgb(182,72,121); }

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

border-color css

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

 span { border-color: rgb(182,72,121); }

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