Html Css Color HEX #BE346D Royal Heath

📋 copy color: '#BE346D'

red 190 ◦ green 52 ◦ blue 109

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

Shades of Royal Heath #BE346D

Tints of Royal Heath #BE346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.81%

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

R = 54.13%
G = 14.81%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE346D (or 0xBE346D) is known color: Royal Heath. HEX triplet: BE, 34 and 6D. RGB value is (190,52,109). Sum of RGB (Red+Green+Blue) = 190+52+109=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE346D is #41CB92. Grayscale: #636363. Windows color (decimal): -4311955 or 7156926. OLE color: 7156926.

HSL color Cylindrical-coordinate representation of color #BE346D: hue angle of 335.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE346D is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 52 109 -
CMYK 0 0.73 0.43 0.25
HSL 335.22º 0.57% 0.47% -
HSV(B) 335.22º 0.73% 0.75% -
XYZ 25.22 14.51 15.94 -
YUV 99.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 190 52 109 0 0.73 0.43 0.25 335.22 0.57 0.47
Hex BE 34 6D 0 49 2B 19 14F 39 2F
Octal 276 64 155 0 111 53 31 517 71 57
Binary 10111110 110100 1101101 0 1001001 101011 11001 101001111 111001 101111

Color Harmonies of #BE346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE346D

Black with #BE346D

Text Example


Text Example

White with #BE346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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