#BE4276

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

Shades of Royal Heath #BE4276

Tints of Royal Heath #BE4276

Color information

#BE4276 (or 0xBE4276) is unknown color: approx Royal Heath. HEX triplet: BE, 42 and 76. RGB value is (190,66,118). Sum of RGB (Red+Green+Blue) = 190+66+118=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4276 is #41BD89. Grayscale: #6C6C6C. Windows color (decimal): -4308362 or 7750334. OLE color: 7750334.

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

Color convert

RGB19066118-
CMYK00.650.380.25
HSL334.84º48.82%50.2%-
HSV(B)334.84º65.26%74.51%-
XYZ26.4516.1518.86-
YUV109133.08185.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 66 (26.17% from 255) = 17.65%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=50.80%
G=17.65%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906611800.650.380.25334.8448.8250.2
HexBE4276041261914f3132
Octal276102166010146315176162
Binary10111110100001011101100100000110011011001101001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4276; }

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

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

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

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

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

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

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

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