Html Css Color HEX #BE567A Royal Heath

📋 copy color: '#BE567A'

red 190 ◦ green 86 ◦ blue 122

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

Shades of Royal Heath #BE567A

Tints of Royal Heath #BE567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.65%

R = 47.74%
G = 21.61%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE567A (or 0xBE567A) is known color: Royal Heath. HEX triplet: BE, 56 and 7A. RGB value is (190,86,122). Sum of RGB (Red+Green+Blue) = 190+86+122=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE567A is #41A985. Grayscale: #797979. Windows color (decimal): -4303238 or 8017598. OLE color: 8017598.

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

Color convert

RGB 190 86 122 -
CMYK 0 0.55 0.36 0.25
HSL 339.23º 0.44% 0.54% -
HSV(B) 339.23º 0.55% 0.75% -
XYZ 28.08 19.01 20.6 -
YUV 121.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 190 86 122 0 0.55 0.36 0.25 339.23 0.44 0.54
Hex BE 56 7A 0 37 24 19 153 2C 36
Octal 276 126 172 0 67 44 31 523 54 66
Binary 10111110 1010110 1111010 0 110111 100100 11001 101010011 101100 110110

Color Harmonies of #BE567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE567A

Black with #BE567A

Text Example


Text Example

White with #BE567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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