Html Css Color HEX #BE4069 Royal Heath

📋 copy color: '#BE4069'

red 190 ◦ green 64 ◦ blue 105

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

Shades of Royal Heath #BE4069

Tints of Royal Heath #BE4069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

 BLUE value IS 105 (41.41% from 255) = 29.25%

R = 52.92%
G = 17.83%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE4069 (or 0xBE4069) is known color: Royal Heath. HEX triplet: BE, 40 and 69. RGB value is (190,64,105). Sum of RGB (Red+Green+Blue) = 190+64+105=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4069 is #41BF96. Grayscale: #6A6A6A. Windows color (decimal): -4308887 or 6897854. OLE color: 6897854.

HSL color Cylindrical-coordinate representation of color #BE4069: hue angle of 340.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4069 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 64 105 -
CMYK 0 0.66 0.45 0.25
HSL 340.48º 0.5% 0.5% -
HSV(B) 340.48º 0.66% 0.75% -
XYZ 25.62 15.63 15.03 -
YUV 106.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 190 64 105 0 0.66 0.45 0.25 340.48 0.5 0.5
Hex BE 40 69 0 42 2D 19 154 32 32
Octal 276 100 151 0 102 55 31 524 62 62
Binary 10111110 1000000 1101001 0 1000010 101101 11001 101010100 110010 110010

Color Harmonies of #BE4069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4069

Black with #BE4069

Text Example


Text Example

White with #BE4069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4069; }

 p { color: rgb(190,64,105); }

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

background-color css

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

 a { background-color: rgb(190,64,105); }

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

border-color css

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

 span { border-color: rgb(190,64,105); }

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