Html Css Color HEX #BE324C Old Rose

📋 copy color: '#BE324C'

red 190 ◦ green 50 ◦ blue 76

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

Shades of Old Rose #BE324C

Tints of Old Rose #BE324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 60.13%
G = 15.82%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE324C (or 0xBE324C) is known color: Old Rose. HEX triplet: BE, 32 and 4C. RGB value is (190,50,76). Sum of RGB (Red+Green+Blue) = 190+50+76=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE324C is #41CDB3. Grayscale: #5E5E5E. Windows color (decimal): -4312500 or 4993726. OLE color: 4993726.

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

Color convert

RGB 190 50 76 -
CMYK 0 0.74 0.60 0.25
HSL 348.86º 0.58% 0.47% -
HSV(B) 348.86º 0.74% 0.75% -
XYZ 23.68 13.75 8.24 -
YUV 94.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 190 50 76 0 0.74 0.60 0.25 348.86 0.58 0.47
Hex BE 32 4C 0 4A 3C 19 15D 3A 2F
Octal 276 62 114 0 112 74 31 535 72 57
Binary 10111110 110010 1001100 0 1001010 111100 11001 101011101 111010 101111

Color Harmonies of #BE324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE324C

Black with #BE324C

Text Example


Text Example

White with #BE324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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