Html Css Color HEX #BE406B Royal Heath

📋 copy color: '#BE406B'

red 190 ◦ green 64 ◦ blue 107

#BE406B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BE406B

Tints of Royal Heath #BE406B

RGB

 RED value IS 190 (74.61% from 255) = 52.63%

 GREEN value IS 64 (25.39% from 255) = 17.73%

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 52.63%
G = 17.73%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE406B (or 0xBE406B) is known color: Royal Heath. HEX triplet: BE, 40 and 6B. RGB value is (190,64,107). Sum of RGB (Red+Green+Blue) = 190+64+107=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE406B is #41BF94. Grayscale: #6A6A6A. Windows color (decimal): -4308885 or 7028926. OLE color: 7028926.

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

Color convert

RGB 190 64 107 -
CMYK 0 0.66 0.44 0.25
HSL 339.52º 0.5% 0.5% -
HSV(B) 339.52º 0.66% 0.75% -
XYZ 25.72 15.68 15.58 -
YUV 106.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 190 64 107 0 0.66 0.44 0.25 339.52 0.5 0.5
Hex BE 40 6B 0 42 2C 19 154 32 32
Octal 276 100 153 0 102 54 31 524 62 62
Binary 10111110 1000000 1101011 0 1000010 101100 11001 101010100 110010 110010

Color Harmonies of #BE406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE406B

Black with #BE406B

Text Example


Text Example

White with #BE406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE406B; }

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

 H1.HeaderClassName
 {
   color: #BE406B;
 }
 .AnyTagClassName
 {
   color: #BE406B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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