Html Css Color HEX #BE324E Old Rose

📋 copy color: '#BE324E'

red 190 ◦ green 50 ◦ blue 78

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

Shades of Old Rose #BE324E

Tints of Old Rose #BE324E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 59.75%
G = 15.72%
B = 24.53%

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

#BE324E (or 0xBE324E) is known color: Old Rose. HEX triplet: BE, 32 and 4E. RGB value is (190,50,78). Sum of RGB (Red+Green+Blue) = 190+50+78=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE324E is #41CDB1. Grayscale: #5F5F5F. Windows color (decimal): -4312498 or 5124798. OLE color: 5124798.

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

Color convert

RGB 190 50 78 -
CMYK 0 0.74 0.59 0.25
HSL 348º 0.58% 0.47% -
HSV(B) 348º 0.74% 0.75% -
XYZ 23.75 13.78 8.62 -
YUV 95.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 190 50 78 0 0.74 0.59 0.25 348 0.58 0.47
Hex BE 32 4E 0 4A 3B 19 15C 3A 2F
Octal 276 62 116 0 112 73 31 534 72 57
Binary 10111110 110010 1001110 0 1001010 111011 11001 101011100 111010 101111

Color Harmonies of #BE324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE324E

Black with #BE324E

Text Example


Text Example

White with #BE324E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE324E; }

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

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

background-color css

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

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

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

border-color css

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

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

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