Html Css Color HEX #B8477D Royal Heath

📋 copy color: '#B8477D'

red 184 ◦ green 71 ◦ blue 125

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

Shades of Royal Heath #B8477D

Tints of Royal Heath #B8477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 48.42%
G = 18.68%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8477D (or 0xB8477D) is known color: Royal Heath. HEX triplet: B8, 47 and 7D. RGB value is (184,71,125). Sum of RGB (Red+Green+Blue) = 184+71+125=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8477D is #47B882. Grayscale: #6E6E6E. Windows color (decimal): -4700291 or 8210360. OLE color: 8210360.

HSL color Cylindrical-coordinate representation of color #B8477D: hue angle of 331.33º 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 #B8477D is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 71 125 -
CMYK 0 0.61 0.32 0.28
HSL 331.33º 0.44% 0.5% -
HSV(B) 331.33º 0.61% 0.72% -
XYZ 25.72 16.18 21.17 -
YUV 110.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 184 71 125 0 0.61 0.32 0.28 331.33 0.44 0.5
Hex B8 47 7D 0 3D 20 1C 14B 2C 32
Octal 270 107 175 0 75 40 34 513 54 62
Binary 10111000 1000111 1111101 0 111101 100000 11100 101001011 101100 110010

Color Harmonies of #B8477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8477D

Black with #B8477D

Text Example


Text Example

White with #B8477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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