Html Css Color HEX #BE4B6E Royal Heath

📋 copy color: '#BE4B6E'

red 190 ◦ green 75 ◦ blue 110

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

Shades of Royal Heath #BE4B6E

Tints of Royal Heath #BE4B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 50.67%
G = 20%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE4B6E (or 0xBE4B6E) is known color: Royal Heath. HEX triplet: BE, 4B and 6E. RGB value is (190,75,110). Sum of RGB (Red+Green+Blue) = 190+75+110=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B6E is #41B491. Grayscale: #717171. Windows color (decimal): -4306066 or 7228350. OLE color: 7228350.

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

Color convert

RGB 190 75 110 -
CMYK 0 0.61 0.42 0.25
HSL 341.74º 0.47% 0.52% -
HSV(B) 341.74º 0.61% 0.75% -
XYZ 26.57 17.11 16.65 -
YUV 113.38 126.1 182.65 -
System Red Green Blue C M Y K H S L
Decimal 190 75 110 0 0.61 0.42 0.25 341.74 0.47 0.52
Hex BE 4B 6E 0 3D 2A 19 156 2F 34
Octal 276 113 156 0 75 52 31 526 57 64
Binary 10111110 1001011 1101110 0 111101 101010 11001 101010110 101111 110100

Color Harmonies of #BE4B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B6E

Black with #BE4B6E

Text Example


Text Example

White with #BE4B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B6E; }

 p { color: rgb(190,75,110); }

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

background-color css

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

 a { background-color: rgb(190,75,110); }

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

border-color css

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

 span { border-color: rgb(190,75,110); }

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