#BE436C

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

Shades of Royal Heath #BE436C

Tints of Royal Heath #BE436C

Color information

#BE436C (or 0xBE436C) is unknown color: approx Royal Heath. HEX triplet: BE, 43 and 6C. RGB value is (190,67,108). Sum of RGB (Red+Green+Blue) = 190+67+108=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE436C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE436C is #41BC93. Grayscale: #6C6C6C. Windows color (decimal): -4308116 or 7095230. OLE color: 7095230.

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

Color convert

RGB19067108-
CMYK00.650.430.25
HSL340º48.62%50.39%-
HSV(B)340º64.74%74.51%-
XYZ25.9516.0415.92-
YUV108.45127.75186.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 67 (26.56% from 255) = 18.36%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=52.05%
G=18.36%
B=29.59%

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
Decimal1906710800.650.430.2534048.6250.39
HexBE436C0412B191543132
Octal276103154010153315246162
Binary10111110100001111011000100000110101111001101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE436C; }

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

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

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

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

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

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

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

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