Html Css Color HEX #BE294B Old Rose

📋 copy color: '#BE294B'

red 190 ◦ green 41 ◦ blue 75

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

Shades of Old Rose #BE294B

Tints of Old Rose #BE294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 62.09%
G = 13.4%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE294B (or 0xBE294B) is known color: Old Rose. HEX triplet: BE, 29 and 4B. RGB value is (190,41,75). Sum of RGB (Red+Green+Blue) = 190+41+75=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE294B is #41D6B4. Grayscale: #595959. Windows color (decimal): -4314805 or 4925886. OLE color: 4925886.

HSL color Cylindrical-coordinate representation of color #BE294B: hue angle of 346.31º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE294B is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 41 75 -
CMYK 0 0.78 0.61 0.25
HSL 346.31º 0.65% 0.45% -
HSV(B) 346.31º 0.78% 0.75% -
XYZ 23.3 13.04 7.95 -
YUV 89.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 190 41 75 0 0.78 0.61 0.25 346.31 0.65 0.45
Hex BE 29 4B 0 4E 3D 19 15A 41 2D
Octal 276 51 113 0 116 75 31 532 101 55
Binary 10111110 101001 1001011 0 1001110 111101 11001 101011010 1000001 101101

Color Harmonies of #BE294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE294B

Black with #BE294B

Text Example


Text Example

White with #BE294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE294B; }

 p { color: rgb(190,41,75); }

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

background-color css

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

 a { background-color: rgb(190,41,75); }

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

border-color css

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

 span { border-color: rgb(190,41,75); }

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