Html Css Color HEX #BE3C6A Royal Heath

📋 copy color: '#BE3C6A'

red 190 ◦ green 60 ◦ blue 106

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

Shades of Royal Heath #BE3C6A

Tints of Royal Heath #BE3C6A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.85%

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 53.37%
G = 16.85%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE3C6A (or 0xBE3C6A) is known color: Royal Heath. HEX triplet: BE, 3C and 6A. RGB value is (190,60,106). Sum of RGB (Red+Green+Blue) = 190+60+106=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C6A is #41C395. Grayscale: #686868. Windows color (decimal): -4309910 or 6962366. OLE color: 6962366.

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

Color convert

RGB 190 60 106 -
CMYK 0 0.68 0.44 0.25
HSL 338.77º 0.52% 0.49% -
HSV(B) 338.77º 0.68% 0.75% -
XYZ 25.45 15.22 15.23 -
YUV 104.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 190 60 106 0 0.68 0.44 0.25 338.77 0.52 0.49
Hex BE 3C 6A 0 44 2C 19 153 34 31
Octal 276 74 152 0 104 54 31 523 64 61
Binary 10111110 111100 1101010 0 1000100 101100 11001 101010011 110100 110001

Color Harmonies of #BE3C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C6A

Black with #BE3C6A

Text Example


Text Example

White with #BE3C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C6A; }

 p { color: rgb(190,60,106); }

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

background-color css

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

 a { background-color: rgb(190,60,106); }

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

border-color css

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

 span { border-color: rgb(190,60,106); }

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