Html Css Color HEX #BE5B7B Royal Heath

📋 copy color: '#BE5B7B'

red 190 ◦ green 91 ◦ blue 123

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

Shades of Royal Heath #BE5B7B

Tints of Royal Heath #BE5B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 47.03%
G = 22.52%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE5B7B (or 0xBE5B7B) is known color: Royal Heath. HEX triplet: BE, 5B and 7B. RGB value is (190,91,123). Sum of RGB (Red+Green+Blue) = 190+91+123=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5B7B is #41A484. Grayscale: #7C7C7C. Windows color (decimal): -4301957 or 8084414. OLE color: 8084414.

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

Color convert

RGB 190 91 123 -
CMYK 0 0.52 0.35 0.25
HSL 340.61º 0.43% 0.55% -
HSV(B) 340.61º 0.52% 0.75% -
XYZ 28.55 19.86 21.07 -
YUV 124.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 190 91 123 0 0.52 0.35 0.25 340.61 0.43 0.55
Hex BE 5B 7B 0 34 23 19 155 2B 37
Octal 276 133 173 0 64 43 31 525 53 67
Binary 10111110 1011011 1111011 0 110100 100011 11001 101010101 101011 110111

Color Harmonies of #BE5B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5B7B

Black with #BE5B7B

Text Example


Text Example

White with #BE5B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5B7B; }

 p { color: rgb(190,91,123); }

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

background-color css

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

 a { background-color: rgb(190,91,123); }

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

border-color css

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

 span { border-color: rgb(190,91,123); }

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