Html Css Color HEX #BE294D Old Rose

📋 copy color: '#BE294D'

red 190 ◦ green 41 ◦ blue 77

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

Shades of Old Rose #BE294D

Tints of Old Rose #BE294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25%

R = 61.69%
G = 13.31%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE294D (or 0xBE294D) is known color: Old Rose. HEX triplet: BE, 29 and 4D. RGB value is (190,41,77). Sum of RGB (Red+Green+Blue) = 190+41+77=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE294D is #41D6B2. Grayscale: #595959. Windows color (decimal): -4314803 or 5056958. OLE color: 5056958.

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

Color convert

RGB 190 41 77 -
CMYK 0 0.78 0.59 0.25
HSL 345.5º 0.65% 0.45% -
HSV(B) 345.5º 0.78% 0.75% -
XYZ 23.37 13.07 8.31 -
YUV 89.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 190 41 77 0 0.78 0.59 0.25 345.5 0.65 0.45
Hex BE 29 4D 0 4E 3B 19 15A 41 2D
Octal 276 51 115 0 116 73 31 532 101 55
Binary 10111110 101001 1001101 0 1001110 111011 11001 101011010 1000001 101101

Color Harmonies of #BE294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE294D

Black with #BE294D

Text Example


Text Example

White with #BE294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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