Html Css Color HEX #BE325E Old Rose

📋 copy color: '#BE325E'

red 190 ◦ green 50 ◦ blue 94

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

Shades of Old Rose #BE325E

Tints of Old Rose #BE325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 56.89%
G = 14.97%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE325E (or 0xBE325E) is known color: Old Rose. HEX triplet: BE, 32 and 5E. RGB value is (190,50,94). Sum of RGB (Red+Green+Blue) = 190+50+94=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE325E is #41CDA1. Grayscale: #606060. Windows color (decimal): -4312482 or 6173374. OLE color: 6173374.

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

Color convert

RGB 190 50 94 -
CMYK 0 0.74 0.51 0.25
HSL 341.14º 0.58% 0.47% -
HSV(B) 341.14º 0.74% 0.75% -
XYZ 24.4 14.04 12.01 -
YUV 96.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 190 50 94 0 0.74 0.51 0.25 341.14 0.58 0.47
Hex BE 32 5E 0 4A 33 19 155 3A 2F
Octal 276 62 136 0 112 63 31 525 72 57
Binary 10111110 110010 1011110 0 1001010 110011 11001 101010101 111010 101111

Color Harmonies of #BE325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE325E

Black with #BE325E

Text Example


Text Example

White with #BE325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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