Html Css Color HEX #BE567F Royal Heath

📋 copy color: '#BE567F'

red 190 ◦ green 86 ◦ blue 127

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

Shades of Royal Heath #BE567F

Tints of Royal Heath #BE567F

RGB

 RED value IS 190 (74.61% from 255) = 47.15%

 GREEN value IS 86 (33.98% from 255) = 21.34%

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

R = 47.15%
G = 21.34%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE567F (or 0xBE567F) is known color: Royal Heath. HEX triplet: BE, 56 and 7F. RGB value is (190,86,127). Sum of RGB (Red+Green+Blue) = 190+86+127=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE567F is #41A980. Grayscale: #797979. Windows color (decimal): -4303233 or 8345278. OLE color: 8345278.

HSL color Cylindrical-coordinate representation of color #BE567F: hue angle of 336.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE567F is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 86 127 -
CMYK 0 0.55 0.33 0.25
HSL 336.35º 0.44% 0.54% -
HSV(B) 336.35º 0.55% 0.75% -
XYZ 28.39 19.14 22.28 -
YUV 121.77 130.96 176.67 -
System Red Green Blue C M Y K H S L
Decimal 190 86 127 0 0.55 0.33 0.25 336.35 0.44 0.54
Hex BE 56 7F 0 37 21 19 150 2C 36
Octal 276 126 177 0 67 41 31 520 54 66
Binary 10111110 1010110 1111111 0 110111 100001 11001 101010000 101100 110110

Color Harmonies of #BE567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE567F

Black with #BE567F

Text Example


Text Example

White with #BE567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE567F; }

 p { color: rgb(190,86,127); }

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

background-color css

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

 a { background-color: rgb(190,86,127); }

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

border-color css

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

 span { border-color: rgb(190,86,127); }

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