Html Css Color HEX #BE4054 Old Rose

📋 copy color: '#BE4054'

red 190 ◦ green 64 ◦ blue 84

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

Shades of Old Rose #BE4054

Tints of Old Rose #BE4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 56.21%
G = 18.93%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE4054 (or 0xBE4054) is known color: Old Rose. HEX triplet: BE, 40 and 54. RGB value is (190,64,84). Sum of RGB (Red+Green+Blue) = 190+64+84=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4054 is #41BFAB. Grayscale: #676767. Windows color (decimal): -4308908 or 5521598. OLE color: 5521598.

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

Color convert

RGB 190 64 84 -
CMYK 0 0.66 0.56 0.25
HSL 350.48º 0.5% 0.5% -
HSV(B) 350.48º 0.66% 0.75% -
XYZ 24.67 15.25 10.03 -
YUV 103.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 190 64 84 0 0.66 0.56 0.25 350.48 0.5 0.5
Hex BE 40 54 0 42 38 19 15E 32 32
Octal 276 100 124 0 102 70 31 536 62 62
Binary 10111110 1000000 1010100 0 1000010 111000 11001 101011110 110010 110010

Color Harmonies of #BE4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4054

Black with #BE4054

Text Example


Text Example

White with #BE4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4054; }

 p { color: rgb(190,64,84); }

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

background-color css

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

 a { background-color: rgb(190,64,84); }

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

border-color css

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

 span { border-color: rgb(190,64,84); }

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