#BE426C

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

Shades of Royal Heath #BE426C

Tints of Royal Heath #BE426C

Color information

#BE426C (or 0xBE426C) is unknown color: approx Royal Heath. HEX triplet: BE, 42 and 6C. RGB value is (190,66,108). Sum of RGB (Red+Green+Blue) = 190+66+108=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE426C is #41BD93. Grayscale: #6B6B6B. Windows color (decimal): -4308372 or 7094974. OLE color: 7094974.

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

Color convert

RGB19066108-
CMYK00.650.430.25
HSL339.68º48.82%50.2%-
HSV(B)339.68º65.26%74.51%-
XYZ25.8915.9315.9-
YUV107.86128.08186.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 66 (26.17% from 255) = 18.13%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=52.20%
G=18.13%
B=29.67%

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
Decimal1906610800.650.430.25339.6848.8250.2
HexBE426C0412B191543132
Octal276102154010153315246162
Binary10111110100001011011000100000110101111001101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE426C; }

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

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

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

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

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

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

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

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