#BE426D

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

Shades of Royal Heath #BE426D

Tints of Royal Heath #BE426D

Color information

#BE426D (or 0xBE426D) is unknown color: approx Royal Heath. HEX triplet: BE, 42 and 6D. RGB value is (190,66,109). Sum of RGB (Red+Green+Blue) = 190+66+109=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE426D is #41BD92. Grayscale: #6B6B6B. Windows color (decimal): -4308371 or 7160510. OLE color: 7160510.

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

Color convert

RGB19066109-
CMYK00.650.430.25
HSL339.19º48.82%50.2%-
HSV(B)339.19º65.26%74.51%-
XYZ25.9415.9516.18-
YUV107.98128.58186.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=52.05%
G=18.08%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906610900.650.430.25339.1948.8250.2
HexBE426D0412B191533132
Octal276102155010153315236162
Binary10111110100001011011010100000110101111001101010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE426D; }

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

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

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

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

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

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

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

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