Html Css Color HEX #BE356C Royal Heath

📋 copy color: '#BE356C'

red 190 ◦ green 53 ◦ blue 108

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

Shades of Royal Heath #BE356C

Tints of Royal Heath #BE356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.1%

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

R = 54.13%
G = 15.1%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE356C (or 0xBE356C) is known color: Royal Heath. HEX triplet: BE, 35 and 6C. RGB value is (190,53,108). Sum of RGB (Red+Green+Blue) = 190+53+108=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE356C is #41CA93. Grayscale: #646464. Windows color (decimal): -4311700 or 7091646. OLE color: 7091646.

HSL color Cylindrical-coordinate representation of color #BE356C: hue angle of 335.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE356C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 53 108 -
CMYK 0 0.72 0.43 0.25
HSL 335.91º 0.56% 0.48% -
HSV(B) 335.91º 0.72% 0.75% -
XYZ 25.22 14.58 15.67 -
YUV 100.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 190 53 108 0 0.72 0.43 0.25 335.91 0.56 0.48
Hex BE 35 6C 0 48 2B 19 150 38 30
Octal 276 65 154 0 110 53 31 520 70 60
Binary 10111110 110101 1101100 0 1001000 101011 11001 101010000 111000 110000

Color Harmonies of #BE356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE356C

Black with #BE356C

Text Example


Text Example

White with #BE356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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