Html Css Color HEX #BE254C Old Rose

📋 copy color: '#BE254C'

red 190 ◦ green 37 ◦ blue 76

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

Shades of Old Rose #BE254C

Tints of Old Rose #BE254C

RGB

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

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

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

R = 62.71%
G = 12.21%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE254C (or 0xBE254C) is known color: Old Rose. HEX triplet: BE, 25 and 4C. RGB value is (190,37,76). Sum of RGB (Red+Green+Blue) = 190+37+76=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE254C is #41DAB3. Grayscale: #575757. Windows color (decimal): -4315828 or 4990398. OLE color: 4990398.

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

Color convert

RGB 190 37 76 -
CMYK 0 0.81 0.60 0.25
HSL 344.71º 0.67% 0.45% -
HSV(B) 344.71º 0.81% 0.75% -
XYZ 23.2 12.79 8.08 -
YUV 87.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 190 37 76 0 0.81 0.60 0.25 344.71 0.67 0.45
Hex BE 25 4C 0 51 3C 19 159 43 2D
Octal 276 45 114 0 121 74 31 531 103 55
Binary 10111110 100101 1001100 0 1010001 111100 11001 101011001 1000011 101101

Color Harmonies of #BE254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE254C

Black with #BE254C

Text Example


Text Example

White with #BE254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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