Html Css Color HEX #B64477 Royal Heath

📋 copy color: '#B64477'

red 182 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #B64477

Tints of Royal Heath #B64477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.25%

R = 49.32%
G = 18.43%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B64477 (or 0xB64477) is known color: Royal Heath. HEX triplet: B6, 44 and 77. RGB value is (182,68,119). Sum of RGB (Red+Green+Blue) = 182+68+119=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B64477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64477 is #49BB88. Grayscale: #6B6B6B. Windows color (decimal): -4832137 or 7816374. OLE color: 7816374.

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

Color convert

RGB 182 68 119 -
CMYK 0 0.63 0.35 0.29
HSL 333.16º 0.46% 0.49% -
HSV(B) 333.16º 0.63% 0.71% -
XYZ 24.69 15.41 19.13 -
YUV 107.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 182 68 119 0 0.63 0.35 0.29 333.16 0.46 0.49
Hex B6 44 77 0 3F 23 1D 14D 2E 31
Octal 266 104 167 0 77 43 35 515 56 61
Binary 10110110 1000100 1110111 0 111111 100011 11101 101001101 101110 110001

Color Harmonies of #B64477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64477

Black with #B64477

Text Example


Text Example

White with #B64477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64477; }

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

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

background-color css

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

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

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

border-color css

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

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

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