Html Css Color HEX #B64379 Royal Heath

📋 copy color: '#B64379'

red 182 ◦ green 67 ◦ blue 121

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

Shades of Royal Heath #B64379

Tints of Royal Heath #B64379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

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

R = 49.19%
G = 18.11%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B64379 (or 0xB64379) is known color: Royal Heath. HEX triplet: B6, 43 and 79. RGB value is (182,67,121). Sum of RGB (Red+Green+Blue) = 182+67+121=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B64379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64379 is #49BC86. Grayscale: #6B6B6B. Windows color (decimal): -4832391 or 7947190. OLE color: 7947190.

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

Color convert

RGB 182 67 121 -
CMYK 0 0.63 0.34 0.29
HSL 331.83º 0.46% 0.49% -
HSV(B) 331.83º 0.63% 0.71% -
XYZ 24.75 15.34 19.75 -
YUV 107.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 182 67 121 0 0.63 0.34 0.29 331.83 0.46 0.49
Hex B6 43 79 0 3F 22 1D 14C 2E 31
Octal 266 103 171 0 77 42 35 514 56 61
Binary 10110110 1000011 1111001 0 111111 100010 11101 101001100 101110 110001

Color Harmonies of #B64379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64379

Black with #B64379

Text Example


Text Example

White with #B64379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64379; }

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

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

background-color css

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

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

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

border-color css

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

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

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