Html Css Color HEX #BE4268 Royal Heath

📋 copy color: '#BE4268'

red 190 ◦ green 66 ◦ blue 104

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

Shades of Royal Heath #BE4268

Tints of Royal Heath #BE4268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 52.78%
G = 18.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE4268 (or 0xBE4268) is known color: Royal Heath. HEX triplet: BE, 42 and 68. RGB value is (190,66,104). Sum of RGB (Red+Green+Blue) = 190+66+104=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4268 is #41BD97. Grayscale: #6B6B6B. Windows color (decimal): -4308376 or 6832830. OLE color: 6832830.

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

Color convert

RGB 190 66 104 -
CMYK 0 0.65 0.45 0.25
HSL 341.61º 0.49% 0.5% -
HSV(B) 341.61º 0.65% 0.75% -
XYZ 25.68 15.84 14.8 -
YUV 107.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 190 66 104 0 0.65 0.45 0.25 341.61 0.49 0.5
Hex BE 42 68 0 41 2D 19 156 31 32
Octal 276 102 150 0 101 55 31 526 61 62
Binary 10111110 1000010 1101000 0 1000001 101101 11001 101010110 110001 110010

Color Harmonies of #BE4268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4268

Black with #BE4268

Text Example


Text Example

White with #BE4268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4268; }

 p { color: rgb(190,66,104); }

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

background-color css

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

 a { background-color: rgb(190,66,104); }

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

border-color css

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

 span { border-color: rgb(190,66,104); }

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