Html Css Color HEX #BE3A6E Royal Heath

📋 copy color: '#BE3A6E'

red 190 ◦ green 58 ◦ blue 110

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

Shades of Royal Heath #BE3A6E

Tints of Royal Heath #BE3A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.2%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 53.07%
G = 16.2%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE3A6E (or 0xBE3A6E) is known color: Royal Heath. HEX triplet: BE, 3A and 6E. RGB value is (190,58,110). Sum of RGB (Red+Green+Blue) = 190+58+110=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A6E is #41C591. Grayscale: #676767. Windows color (decimal): -4310418 or 7223998. OLE color: 7223998.

HSL color Cylindrical-coordinate representation of color #BE3A6E: hue angle of 336.36º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A6E is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 110 -
CMYK 0 0.69 0.42 0.25
HSL 336.36º 0.53% 0.49% -
HSV(B) 336.36º 0.69% 0.75% -
XYZ 25.56 15.1 16.32 -
YUV 103.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 190 58 110 0 0.69 0.42 0.25 336.36 0.53 0.49
Hex BE 3A 6E 0 45 2A 19 150 35 31
Octal 276 72 156 0 105 52 31 520 65 61
Binary 10111110 111010 1101110 0 1000101 101010 11001 101010000 110101 110001

Color Harmonies of #BE3A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A6E

Black with #BE3A6E

Text Example


Text Example

White with #BE3A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A6E; }

 p { color: rgb(190,58,110); }

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

background-color css

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

 a { background-color: rgb(190,58,110); }

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

border-color css

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

 span { border-color: rgb(190,58,110); }

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