Html Css Color HEX #BE254A Old Rose

📋 copy color: '#BE254A'

red 190 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #BE254A

Tints of Old Rose #BE254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 63.12%
G = 12.29%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE254A (or 0xBE254A) is known color: Old Rose. HEX triplet: BE, 25 and 4A. RGB value is (190,37,74). Sum of RGB (Red+Green+Blue) = 190+37+74=301 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.12% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 190 - color contains mainly: red. Hex color #BE254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE254A is #41DAB5. Grayscale: #565656. Windows color (decimal): -4315830 or 4859326. OLE color: 4859326.

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

Color convert

RGB 190 37 74 -
CMYK 0 0.81 0.61 0.25
HSL 345.49º 0.67% 0.45% -
HSV(B) 345.49º 0.81% 0.75% -
XYZ 23.13 12.76 7.72 -
YUV 86.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 190 37 74 0 0.81 0.61 0.25 345.49 0.67 0.45
Hex BE 25 4A 0 51 3D 19 159 43 2D
Octal 276 45 112 0 121 75 31 531 103 55
Binary 10111110 100101 1001010 0 1010001 111101 11001 101011001 1000011 101101

Color Harmonies of #BE254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE254A

Black with #BE254A

Text Example


Text Example

White with #BE254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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