Html Css Color HEX #BE366E Royal Heath

📋 copy color: '#BE366E'

red 190 ◦ green 54 ◦ blue 110

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

Shades of Royal Heath #BE366E

Tints of Royal Heath #BE366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 53.67%
G = 15.25%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE366E (or 0xBE366E) is known color: Royal Heath. HEX triplet: BE, 36 and 6E. RGB value is (190,54,110). Sum of RGB (Red+Green+Blue) = 190+54+110=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE366E is #41C991. Grayscale: #646464. Windows color (decimal): -4311442 or 7222974. OLE color: 7222974.

HSL color Cylindrical-coordinate representation of color #BE366E: hue angle of 335.29º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE366E is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 54 110 -
CMYK 0 0.72 0.42 0.25
HSL 335.29º 0.56% 0.48% -
HSV(B) 335.29º 0.72% 0.75% -
XYZ 25.37 14.71 16.25 -
YUV 101.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 190 54 110 0 0.72 0.42 0.25 335.29 0.56 0.48
Hex BE 36 6E 0 48 2A 19 14F 38 30
Octal 276 66 156 0 110 52 31 517 70 60
Binary 10111110 110110 1101110 0 1001000 101010 11001 101001111 111000 110000

Color Harmonies of #BE366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE366E

Black with #BE366E

Text Example


Text Example

White with #BE366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE366E; }

 p { color: rgb(190,54,110); }

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

background-color css

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

 a { background-color: rgb(190,54,110); }

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

border-color css

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

 span { border-color: rgb(190,54,110); }

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