#BE366D

Color #BE366D Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BE366D

Tints of Royal Heath #BE366D

Color information

#BE366D (or 0xBE366D) is unknown color: approx 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

RGB19054109-
CMYK00.720.430.25
HSL335.74º55.74%47.84%-
HSV(B)335.74º71.58%74.51%-
XYZ25.3114.6915.97-
YUV100.93132.56191.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 54 (21.48% from 255) = 15.30%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=53.82%
G=15.30%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905410900.720.430.25335.7455.7447.84
HexBE366D0482B191503830
Octal27666155011053315207060
Binary1011111011011011011010100100010101111001101010000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>