#BE376B

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

Shades of Royal Heath #BE376B

Tints of Royal Heath #BE376B

Color information

#BE376B (or 0xBE376B) is unknown color: approx Royal Heath. HEX triplet: BE, 37 and 6B. RGB value is (190,55,107). Sum of RGB (Red+Green+Blue) = 190+55+107=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE376B is #41C894. Grayscale: #656565. Windows color (decimal): -4311189 or 7026622. OLE color: 7026622.

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

Color convert

RGB19055107-
CMYK00.710.440.25
HSL336.89º55.1%48.04%-
HSV(B)336.89º71.05%74.51%-
XYZ25.2614.7415.42-
YUV101.29131.23191.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 55 (21.88% from 255) = 15.62%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=53.98%
G=15.62%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905510700.710.440.25336.8955.148.04
HexBE376B0472C191513730
Octal27667153010754315216760
Binary1011111011011111010110100011110110011001101010001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE376B; }

 p { color: rgb(190,55,107); }

 H1.HeaderClassName
 {
   color: #BE376B;
 }
 .AnyTagClassName
 {
   color: #BE376B;
 }
</style>
background-color css

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

 a { background-color: rgb(190,55,107); }

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

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

 span { border-color: rgb(190,55,107); }

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