Html Css Color HEX #B64679 Royal Heath

📋 copy color: '#B64679'

red 182 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #B64679

Tints of Royal Heath #B64679

RGB

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

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

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

R = 48.79%
G = 18.77%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B64679 (or 0xB64679) is known color: Royal Heath. HEX triplet: B6, 46 and 79. RGB value is (182,70,121). Sum of RGB (Red+Green+Blue) = 182+70+121=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B64679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64679 is #49B986. Grayscale: #6D6D6D. Windows color (decimal): -4831623 or 7947958. OLE color: 7947958.

HSL color Cylindrical-coordinate representation of color #B64679: hue angle of 332.68º 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 #B64679 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 121 -
CMYK 0 0.62 0.34 0.29
HSL 332.68º 0.44% 0.49% -
HSV(B) 332.68º 0.62% 0.71% -
XYZ 24.93 15.71 19.81 -
YUV 109.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 182 70 121 0 0.62 0.34 0.29 332.68 0.44 0.49
Hex B6 46 79 0 3E 22 1D 14D 2C 31
Octal 266 106 171 0 76 42 35 515 54 61
Binary 10110110 1000110 1111001 0 111110 100010 11101 101001101 101100 110001

Color Harmonies of #B64679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64679

Black with #B64679

Text Example


Text Example

White with #B64679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64679; }

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

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

background-color css

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

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

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

border-color css

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

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

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