Html Css Color HEX #BE194C Old Rose

📋 copy color: '#BE194C'

red 190 ◦ green 25 ◦ blue 76

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

Shades of Old Rose #BE194C

Tints of Old Rose #BE194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 65.29%
G = 8.59%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE194C (or 0xBE194C) is known color: Old Rose. HEX triplet: BE, 19 and 4C. RGB value is (190,25,76). Sum of RGB (Red+Green+Blue) = 190+25+76=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE194C is #41E6B3. Grayscale: #505050. Windows color (decimal): -4318900 or 4987326. OLE color: 4987326.

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

Color convert

RGB 190 25 76 -
CMYK 0 0.87 0.60 0.25
HSL 341.45º 0.77% 0.42% -
HSV(B) 341.45º 0.87% 0.75% -
XYZ 22.89 12.16 7.98 -
YUV 80.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 190 25 76 0 0.87 0.60 0.25 341.45 0.77 0.42
Hex BE 19 4C 0 57 3C 19 155 4D 2A
Octal 276 31 114 0 127 74 31 525 115 52
Binary 10111110 11001 1001100 0 1010111 111100 11001 101010101 1001101 101010

Color Harmonies of #BE194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE194C

Black with #BE194C

Text Example


Text Example

White with #BE194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE194C; }

 p { color: rgb(190,25,76); }

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

background-color css

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

 a { background-color: rgb(190,25,76); }

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

border-color css

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

 span { border-color: rgb(190,25,76); }

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