Html Css Color HEX #BE295D Old Rose

📋 copy color: '#BE295D'

red 190 ◦ green 41 ◦ blue 93

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

Shades of Old Rose #BE295D

Tints of Old Rose #BE295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 58.64%
G = 12.65%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE295D (or 0xBE295D) is known color: Old Rose. HEX triplet: BE, 29 and 5D. RGB value is (190,41,93). Sum of RGB (Red+Green+Blue) = 190+41+93=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE295D is #41D6A2. Grayscale: #5B5B5B. Windows color (decimal): -4314787 or 6105534. OLE color: 6105534.

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

Color convert

RGB 190 41 93 -
CMYK 0 0.78 0.51 0.25
HSL 339.06º 0.65% 0.45% -
HSV(B) 339.06º 0.78% 0.75% -
XYZ 24 13.32 11.66 -
YUV 91.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 190 41 93 0 0.78 0.51 0.25 339.06 0.65 0.45
Hex BE 29 5D 0 4E 33 19 153 41 2D
Octal 276 51 135 0 116 63 31 523 101 55
Binary 10111110 101001 1011101 0 1001110 110011 11001 101010011 1000001 101101

Color Harmonies of #BE295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE295D

Black with #BE295D

Text Example


Text Example

White with #BE295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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