Html Css Color HEX #BE324D Old Rose

📋 copy color: '#BE324D'

red 190 ◦ green 50 ◦ blue 77

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

Shades of Old Rose #BE324D

Tints of Old Rose #BE324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 59.94%
G = 15.77%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE324D (or 0xBE324D) is known color: Old Rose. HEX triplet: BE, 32 and 4D. RGB value is (190,50,77). Sum of RGB (Red+Green+Blue) = 190+50+77=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE324D is #41CDB2. Grayscale: #5E5E5E. Windows color (decimal): -4312499 or 5059262. OLE color: 5059262.

HSL color Cylindrical-coordinate representation of color #BE324D: hue angle of 348.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE324D is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 50 77 -
CMYK 0 0.74 0.59 0.25
HSL 348.43º 0.58% 0.47% -
HSV(B) 348.43º 0.74% 0.75% -
XYZ 23.72 13.76 8.43 -
YUV 94.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 190 50 77 0 0.74 0.59 0.25 348.43 0.58 0.47
Hex BE 32 4D 0 4A 3B 19 15C 3A 2F
Octal 276 62 115 0 112 73 31 534 72 57
Binary 10111110 110010 1001101 0 1001010 111011 11001 101011100 111010 101111

Color Harmonies of #BE324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE324D

Black with #BE324D

Text Example


Text Example

White with #BE324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE324D; }

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

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

background-color css

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

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

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

border-color css

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

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

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