Html Css Color HEX #BE394A Old Rose

📋 copy color: '#BE394A'

red 190 ◦ green 57 ◦ blue 74

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

Shades of Old Rose #BE394A

Tints of Old Rose #BE394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 59.19%
G = 17.76%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE394A (or 0xBE394A) is known color: Old Rose. HEX triplet: BE, 39 and 4A. RGB value is (190,57,74). Sum of RGB (Red+Green+Blue) = 190+57+74=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE394A is #41C6B5. Grayscale: #626262. Windows color (decimal): -4310710 or 4864446. OLE color: 4864446.

HSL color Cylindrical-coordinate representation of color #BE394A: hue angle of 352.33º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE394A is Cyan = 0, Magento = 0.7, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 57 74 -
CMYK 0 0.7 0.61 0.25
HSL 352.33º 0.54% 0.48% -
HSV(B) 352.33º 0.7% 0.75% -
XYZ 23.93 14.37 7.99 -
YUV 98.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 190 57 74 0 0.7 0.61 0.25 352.33 0.54 0.48
Hex BE 39 4A 0 46 3D 19 160 36 30
Octal 276 71 112 0 106 75 31 540 66 60
Binary 10111110 111001 1001010 0 1000110 111101 11001 101100000 110110 110000

Color Harmonies of #BE394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE394A

Black with #BE394A

Text Example


Text Example

White with #BE394A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE394A; }

 p { color: rgb(190,57,74); }

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

background-color css

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

 a { background-color: rgb(190,57,74); }

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

border-color css

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

 span { border-color: rgb(190,57,74); }

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