Html Css Color HEX #BE3E67 Royal Heath

📋 copy color: '#BE3E67'

red 190 ◦ green 62 ◦ blue 103

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

Shades of Royal Heath #BE3E67

Tints of Royal Heath #BE3E67

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 53.52%
G = 17.46%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE3E67 (or 0xBE3E67) is known color: Royal Heath. HEX triplet: BE, 3E and 67. RGB value is (190,62,103). Sum of RGB (Red+Green+Blue) = 190+62+103=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E67 is #41C198. Grayscale: #686868. Windows color (decimal): -4309401 or 6766270. OLE color: 6766270.

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

Color convert

RGB 190 62 103 -
CMYK 0 0.67 0.46 0.25
HSL 340.78º 0.51% 0.49% -
HSV(B) 340.78º 0.67% 0.75% -
XYZ 25.41 15.37 14.46 -
YUV 104.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 190 62 103 0 0.67 0.46 0.25 340.78 0.51 0.49
Hex BE 3E 67 0 43 2E 19 155 33 31
Octal 276 76 147 0 103 56 31 525 63 61
Binary 10111110 111110 1100111 0 1000011 101110 11001 101010101 110011 110001

Color Harmonies of #BE3E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E67

Black with #BE3E67

Text Example


Text Example

White with #BE3E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E67; }

 p { color: rgb(190,62,103); }

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

background-color css

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

 a { background-color: rgb(190,62,103); }

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

border-color css

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

 span { border-color: rgb(190,62,103); }

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