Html Css Color HEX #BE456C Royal Heath

📋 copy color: '#BE456C'

red 190 ◦ green 69 ◦ blue 108

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

Shades of Royal Heath #BE456C

Tints of Royal Heath #BE456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

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

R = 51.77%
G = 18.8%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE456C (or 0xBE456C) is known color: Royal Heath. HEX triplet: BE, 45 and 6C. RGB value is (190,69,108). Sum of RGB (Red+Green+Blue) = 190+69+108=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE456C is #41BA93. Grayscale: #6D6D6D. Windows color (decimal): -4307604 or 7095742. OLE color: 7095742.

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

Color convert

RGB 190 69 108 -
CMYK 0 0.64 0.43 0.25
HSL 340.66º 0.48% 0.51% -
HSV(B) 340.66º 0.64% 0.75% -
XYZ 26.07 16.29 15.96 -
YUV 109.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 190 69 108 0 0.64 0.43 0.25 340.66 0.48 0.51
Hex BE 45 6C 0 40 2B 19 155 30 33
Octal 276 105 154 0 100 53 31 525 60 63
Binary 10111110 1000101 1101100 0 1000000 101011 11001 101010101 110000 110011

Color Harmonies of #BE456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE456C

Black with #BE456C

Text Example


Text Example

White with #BE456C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE456C; }

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

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

background-color css

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

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

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

border-color css

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

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

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