Html Css Color HEX #BE3672 Royal Heath

📋 copy color: '#BE3672'

red 190 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #BE3672

Tints of Royal Heath #BE3672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.08%

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 53.07%
G = 15.08%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE3672 (or 0xBE3672) is known color: Royal Heath. HEX triplet: BE, 36 and 72. RGB value is (190,54,114). Sum of RGB (Red+Green+Blue) = 190+54+114=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3672 is #41C98D. Grayscale: #656565. Windows color (decimal): -4311438 or 7485118. OLE color: 7485118.

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

Color convert

RGB 190 54 114 -
CMYK 0 0.72 0.40 0.25
HSL 333.53º 0.56% 0.48% -
HSV(B) 333.53º 0.72% 0.75% -
XYZ 25.59 14.8 17.43 -
YUV 101.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 190 54 114 0 0.72 0.40 0.25 333.53 0.56 0.48
Hex BE 36 72 0 48 28 19 14E 38 30
Octal 276 66 162 0 110 50 31 516 70 60
Binary 10111110 110110 1110010 0 1001000 101000 11001 101001110 111000 110000

Color Harmonies of #BE3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3672

Black with #BE3672

Text Example


Text Example

White with #BE3672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3672; }

 p { color: rgb(190,54,114); }

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

background-color css

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

 a { background-color: rgb(190,54,114); }

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

border-color css

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

 span { border-color: rgb(190,54,114); }

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