Html Css Color HEX #BE3A6D Royal Heath

📋 copy color: '#BE3A6D'

red 190 ◦ green 58 ◦ blue 109

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

Shades of Royal Heath #BE3A6D

Tints of Royal Heath #BE3A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 53.22%
G = 16.25%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE3A6D (or 0xBE3A6D) is known color: Royal Heath. HEX triplet: BE, 3A and 6D. RGB value is (190,58,109). Sum of RGB (Red+Green+Blue) = 190+58+109=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A6D is #41C592. Grayscale: #676767. Windows color (decimal): -4310419 or 7158462. OLE color: 7158462.

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

Color convert

RGB 190 58 109 -
CMYK 0 0.69 0.43 0.25
HSL 336.82º 0.53% 0.49% -
HSV(B) 336.82º 0.69% 0.75% -
XYZ 25.51 15.08 16.03 -
YUV 103.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 190 58 109 0 0.69 0.43 0.25 336.82 0.53 0.49
Hex BE 3A 6D 0 45 2B 19 151 35 31
Octal 276 72 155 0 105 53 31 521 65 61
Binary 10111110 111010 1101101 0 1000101 101011 11001 101010001 110101 110001

Color Harmonies of #BE3A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A6D

Black with #BE3A6D

Text Example


Text Example

White with #BE3A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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