Html Css Color HEX #BE3C6B Royal Heath

📋 copy color: '#BE3C6B'

red 190 ◦ green 60 ◦ blue 107

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

Shades of Royal Heath #BE3C6B

Tints of Royal Heath #BE3C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 53.22%
G = 16.81%
B = 29.97%

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

#BE3C6B (or 0xBE3C6B) is known color: Royal Heath. HEX triplet: BE, 3C and 6B. RGB value is (190,60,107). Sum of RGB (Red+Green+Blue) = 190+60+107=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C6B is #41C394. Grayscale: #686868. Windows color (decimal): -4309909 or 7027902. OLE color: 7027902.

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

Color convert

RGB 190 60 107 -
CMYK 0 0.68 0.44 0.25
HSL 338.31º 0.52% 0.49% -
HSV(B) 338.31º 0.68% 0.75% -
XYZ 25.5 15.24 15.51 -
YUV 104.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 190 60 107 0 0.68 0.44 0.25 338.31 0.52 0.49
Hex BE 3C 6B 0 44 2C 19 152 34 31
Octal 276 74 153 0 104 54 31 522 64 61
Binary 10111110 111100 1101011 0 1000100 101100 11001 101010010 110100 110001

Color Harmonies of #BE3C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C6B

Black with #BE3C6B

Text Example


Text Example

White with #BE3C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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