Html Css Color HEX #BE366D Royal Heath

📋 copy color: '#BE366D'

red 190 ◦ green 54 ◦ blue 109

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

Shades of Royal Heath #BE366D

Tints of Royal Heath #BE366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 53.82%
G = 15.3%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE366D (or 0xBE366D) is known color: Royal Heath. HEX triplet: BE, 36 and 6D. RGB value is (190,54,109). Sum of RGB (Red+Green+Blue) = 190+54+109=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE366D is #41C992. Grayscale: #646464. Windows color (decimal): -4311443 or 7157438. OLE color: 7157438.

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

Color convert

RGB 190 54 109 -
CMYK 0 0.72 0.43 0.25
HSL 335.74º 0.56% 0.48% -
HSV(B) 335.74º 0.72% 0.75% -
XYZ 25.31 14.69 15.97 -
YUV 100.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 190 54 109 0 0.72 0.43 0.25 335.74 0.56 0.48
Hex BE 36 6D 0 48 2B 19 150 38 30
Octal 276 66 155 0 110 53 31 520 70 60
Binary 10111110 110110 1101101 0 1001000 101011 11001 101010000 111000 110000

Color Harmonies of #BE366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE366D

Black with #BE366D

Text Example


Text Example

White with #BE366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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