Html Css Color HEX #BE3F67 Royal Heath

📋 copy color: '#BE3F67'

red 190 ◦ green 63 ◦ blue 103

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

Shades of Royal Heath #BE3F67

Tints of Royal Heath #BE3F67

RGB

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

 GREEN value IS 63 (25% from 255) = 17.7%

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

R = 53.37%
G = 17.7%
B = 28.93%

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

#BE3F67 (or 0xBE3F67) is known color: Royal Heath. HEX triplet: BE, 3F and 67. RGB value is (190,63,103). Sum of RGB (Red+Green+Blue) = 190+63+103=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F67 is #41C098. Grayscale: #696969. Windows color (decimal): -4309145 or 6766526. OLE color: 6766526.

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

Color convert

RGB 190 63 103 -
CMYK 0 0.67 0.46 0.25
HSL 341.1º 0.5% 0.5% -
HSV(B) 341.1º 0.67% 0.75% -
XYZ 25.46 15.48 14.48 -
YUV 105.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 190 63 103 0 0.67 0.46 0.25 341.1 0.5 0.5
Hex BE 3F 67 0 43 2E 19 155 32 32
Octal 276 77 147 0 103 56 31 525 62 62
Binary 10111110 111111 1100111 0 1000011 101110 11001 101010101 110010 110010

Color Harmonies of #BE3F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F67

Black with #BE3F67

Text Example


Text Example

White with #BE3F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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