Html Css Color HEX #BE567D Royal Heath

📋 copy color: '#BE567D'

red 190 ◦ green 86 ◦ blue 125

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

Shades of Royal Heath #BE567D

Tints of Royal Heath #BE567D

RGB

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

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

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

R = 47.38%
G = 21.45%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE567D (or 0xBE567D) is known color: Royal Heath. HEX triplet: BE, 56 and 7D. RGB value is (190,86,125). Sum of RGB (Red+Green+Blue) = 190+86+125=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE567D is #41A982. Grayscale: #797979. Windows color (decimal): -4303235 or 8214206. OLE color: 8214206.

HSL color Cylindrical-coordinate representation of color #BE567D: hue angle of 337.5º 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 #BE567D is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 86 125 -
CMYK 0 0.55 0.34 0.25
HSL 337.5º 0.44% 0.54% -
HSV(B) 337.5º 0.55% 0.75% -
XYZ 28.26 19.08 21.6 -
YUV 121.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 190 86 125 0 0.55 0.34 0.25 337.5 0.44 0.54
Hex BE 56 7D 0 37 22 19 152 2C 36
Octal 276 126 175 0 67 42 31 522 54 66
Binary 10111110 1010110 1111101 0 110111 100010 11001 101010010 101100 110110

Color Harmonies of #BE567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE567D

Black with #BE567D

Text Example


Text Example

White with #BE567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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