Html Css Color HEX #BE3D6C Royal Heath

📋 copy color: '#BE3D6C'

red 190 ◦ green 61 ◦ blue 108

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

Shades of Royal Heath #BE3D6C

Tints of Royal Heath #BE3D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.99%

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 52.92%
G = 16.99%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE3D6C (or 0xBE3D6C) is known color: Royal Heath. HEX triplet: BE, 3D and 6C. RGB value is (190,61,108). Sum of RGB (Red+Green+Blue) = 190+61+108=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D6C is #41C293. Grayscale: #686868. Windows color (decimal): -4309652 or 7093694. OLE color: 7093694.

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

Color convert

RGB 190 61 108 -
CMYK 0 0.68 0.43 0.25
HSL 338.14º 0.51% 0.49% -
HSV(B) 338.14º 0.68% 0.75% -
XYZ 25.61 15.37 15.8 -
YUV 104.93 129.74 188.68 -
System Red Green Blue C M Y K H S L
Decimal 190 61 108 0 0.68 0.43 0.25 338.14 0.51 0.49
Hex BE 3D 6C 0 44 2B 19 152 33 31
Octal 276 75 154 0 104 53 31 522 63 61
Binary 10111110 111101 1101100 0 1000100 101011 11001 101010010 110011 110001

Color Harmonies of #BE3D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D6C

Black with #BE3D6C

Text Example


Text Example

White with #BE3D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D6C; }

 p { color: rgb(190,61,108); }

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

background-color css

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

 a { background-color: rgb(190,61,108); }

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

border-color css

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

 span { border-color: rgb(190,61,108); }

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