Html Css Color HEX #B64478 Royal Heath

📋 copy color: '#B64478'

red 182 ◦ green 68 ◦ blue 120

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

Shades of Royal Heath #B64478

Tints of Royal Heath #B64478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

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

R = 49.19%
G = 18.38%
B = 32.43%

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

#B64478 (or 0xB64478) is known color: Royal Heath. HEX triplet: B6, 44 and 78. RGB value is (182,68,120). Sum of RGB (Red+Green+Blue) = 182+68+120=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B64478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64478 is #49BB87. Grayscale: #6B6B6B. Windows color (decimal): -4832136 or 7881910. OLE color: 7881910.

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

Color convert

RGB 182 68 120 -
CMYK 0 0.63 0.34 0.29
HSL 332.63º 0.46% 0.49% -
HSV(B) 332.63º 0.63% 0.71% -
XYZ 24.75 15.44 19.44 -
YUV 108.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 182 68 120 0 0.63 0.34 0.29 332.63 0.46 0.49
Hex B6 44 78 0 3F 22 1D 14D 2E 31
Octal 266 104 170 0 77 42 35 515 56 61
Binary 10110110 1000100 1111000 0 111111 100010 11101 101001101 101110 110001

Color Harmonies of #B64478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64478

Black with #B64478

Text Example


Text Example

White with #B64478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64478; }

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

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

background-color css

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

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

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

border-color css

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

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

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