Html Css Color HEX #B8517F Royal Heath

📋 copy color: '#B8517F'

red 184 ◦ green 81 ◦ blue 127

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

Shades of Royal Heath #B8517F

Tints of Royal Heath #B8517F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.66%

 BLUE value IS 127 (50% from 255) = 32.4%

R = 46.94%
G = 20.66%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8517F (or 0xB8517F) is known color: Royal Heath. HEX triplet: B8, 51 and 7F. RGB value is (184,81,127). Sum of RGB (Red+Green+Blue) = 184+81+127=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B8517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8517F is #47AE80. Grayscale: #747474. Windows color (decimal): -4697729 or 8343992. OLE color: 8343992.

HSL color Cylindrical-coordinate representation of color #B8517F: hue angle of 333.2º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8517F is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 81 127 -
CMYK 0 0.56 0.31 0.28
HSL 333.2º 0.42% 0.52% -
HSV(B) 333.2º 0.56% 0.72% -
XYZ 26.54 17.61 22.08 -
YUV 117.04 133.62 175.76 -
System Red Green Blue C M Y K H S L
Decimal 184 81 127 0 0.56 0.31 0.28 333.2 0.42 0.52
Hex B8 51 7F 0 38 1F 1C 14D 2A 34
Octal 270 121 177 0 70 37 34 515 52 64
Binary 10111000 1010001 1111111 0 111000 11111 11100 101001101 101010 110100

Color Harmonies of #B8517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8517F

Black with #B8517F

Text Example


Text Example

White with #B8517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8517F; }

 p { color: rgb(184,81,127); }

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

background-color css

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

 a { background-color: rgb(184,81,127); }

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

border-color css

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

 span { border-color: rgb(184,81,127); }

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