Html Css Color HEX #BE426B Royal Heath

📋 copy color: '#BE426B'

red 190 ◦ green 66 ◦ blue 107

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

Shades of Royal Heath #BE426B

Tints of Royal Heath #BE426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

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

R = 52.34%
G = 18.18%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE426B (or 0xBE426B) is known color: Royal Heath. HEX triplet: BE, 42 and 6B. RGB value is (190,66,107). Sum of RGB (Red+Green+Blue) = 190+66+107=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE426B is #41BD94. Grayscale: #6B6B6B. Windows color (decimal): -4308373 or 7029438. OLE color: 7029438.

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

Color convert

RGB 190 66 107 -
CMYK 0 0.65 0.44 0.25
HSL 340.16º 0.49% 0.5% -
HSV(B) 340.16º 0.65% 0.75% -
XYZ 25.84 15.91 15.62 -
YUV 107.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 190 66 107 0 0.65 0.44 0.25 340.16 0.49 0.5
Hex BE 42 6B 0 41 2C 19 154 31 32
Octal 276 102 153 0 101 54 31 524 61 62
Binary 10111110 1000010 1101011 0 1000001 101100 11001 101010100 110001 110010

Color Harmonies of #BE426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE426B

Black with #BE426B

Text Example


Text Example

White with #BE426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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