Html Css Color HEX #BE4149 Old Rose

📋 copy color: '#BE4149'

red 190 ◦ green 65 ◦ blue 73

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

Shades of Old Rose #BE4149

Tints of Old Rose #BE4149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 73 (28.91% from 255) = 22.26%

R = 57.93%
G = 19.82%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE4149 (or 0xBE4149) is known color: Old Rose. HEX triplet: BE, 41 and 49. RGB value is (190,65,73). Sum of RGB (Red+Green+Blue) = 190+65+73=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4149 is #41BEB6. Grayscale: #676767. Windows color (decimal): -4308663 or 4800958. OLE color: 4800958.

HSL color Cylindrical-coordinate representation of color #BE4149: hue angle of 356.16º degrees, saturation: 0.49, 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 #BE4149 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 73 -
CMYK 0 0.66 0.62 0.25
HSL 356.16º 0.49% 0.5% -
HSV(B) 356.16º 0.66% 0.75% -
XYZ 24.33 15.21 7.96 -
YUV 103.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 190 65 73 0 0.66 0.62 0.25 356.16 0.49 0.5
Hex BE 41 49 0 42 3E 19 164 31 32
Octal 276 101 111 0 102 76 31 544 61 62
Binary 10111110 1000001 1001001 0 1000010 111110 11001 101100100 110001 110010

Color Harmonies of #BE4149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4149

Black with #BE4149

Text Example


Text Example

White with #BE4149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4149; }

 p { color: rgb(190,65,73); }

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

background-color css

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

 a { background-color: rgb(190,65,73); }

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

border-color css

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

 span { border-color: rgb(190,65,73); }

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