Html Css Color HEX #B8477C Royal Heath

📋 copy color: '#B8477C'

red 184 ◦ green 71 ◦ blue 124

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

Shades of Royal Heath #B8477C

Tints of Royal Heath #B8477C

RGB

 RED value IS 184 (72.27% from 255) = 48.55%

 GREEN value IS 71 (28.13% from 255) = 18.73%

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 48.55%
G = 18.73%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8477C (or 0xB8477C) is known color: Royal Heath. HEX triplet: B8, 47 and 7C. RGB value is (184,71,124). Sum of RGB (Red+Green+Blue) = 184+71+124=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B8477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8477C is #47B883. Grayscale: #6E6E6E. Windows color (decimal): -4700292 or 8144824. OLE color: 8144824.

HSL color Cylindrical-coordinate representation of color #B8477C: hue angle of 331.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8477C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 71 124 -
CMYK 0 0.61 0.33 0.28
HSL 331.86º 0.44% 0.5% -
HSV(B) 331.86º 0.61% 0.72% -
XYZ 25.66 16.15 20.83 -
YUV 110.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 184 71 124 0 0.61 0.33 0.28 331.86 0.44 0.5
Hex B8 47 7C 0 3D 21 1C 14C 2C 32
Octal 270 107 174 0 75 41 34 514 54 62
Binary 10111000 1000111 1111100 0 111101 100001 11100 101001100 101100 110010

Color Harmonies of #B8477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8477C

Black with #B8477C

Text Example


Text Example

White with #B8477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8477C; }

 p { color: rgb(184,71,124); }

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

background-color css

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

 a { background-color: rgb(184,71,124); }

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

border-color css

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

 span { border-color: rgb(184,71,124); }

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