Html Css Color HEX #BE466B Royal Heath

📋 copy color: '#BE466B'

red 190 ◦ green 70 ◦ blue 107

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

Shades of Royal Heath #BE466B

Tints of Royal Heath #BE466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.07%

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

R = 51.77%
G = 19.07%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE466B (or 0xBE466B) is known color: Royal Heath. HEX triplet: BE, 46 and 6B. RGB value is (190,70,107). Sum of RGB (Red+Green+Blue) = 190+70+107=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE466B is #41B994. Grayscale: #6E6E6E. Windows color (decimal): -4307349 or 7030462. OLE color: 7030462.

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

Color convert

RGB 190 70 107 -
CMYK 0 0.63 0.44 0.25
HSL 341.5º 0.48% 0.51% -
HSV(B) 341.5º 0.63% 0.75% -
XYZ 26.08 16.39 15.7 -
YUV 110.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 190 70 107 0 0.63 0.44 0.25 341.5 0.48 0.51
Hex BE 46 6B 0 3F 2C 19 156 30 33
Octal 276 106 153 0 77 54 31 526 60 63
Binary 10111110 1000110 1101011 0 111111 101100 11001 101010110 110000 110011

Color Harmonies of #BE466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE466B

Black with #BE466B

Text Example


Text Example

White with #BE466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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