Html Css Color HEX #BE2D4A Old Rose

📋 copy color: '#BE2D4A'

red 190 ◦ green 45 ◦ blue 74

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

Shades of Old Rose #BE2D4A

Tints of Old Rose #BE2D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.56%

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

R = 61.49%
G = 14.56%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE2D4A (or 0xBE2D4A) is known color: Old Rose. HEX triplet: BE, 2D and 4A. RGB value is (190,45,74). Sum of RGB (Red+Green+Blue) = 190+45+74=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D4A is #41D2B5. Grayscale: #5B5B5B. Windows color (decimal): -4313782 or 4861374. OLE color: 4861374.

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

Color convert

RGB 190 45 74 -
CMYK 0 0.76 0.61 0.25
HSL 348º 0.62% 0.46% -
HSV(B) 348º 0.76% 0.75% -
XYZ 23.41 13.32 7.82 -
YUV 91.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 190 45 74 0 0.76 0.61 0.25 348 0.62 0.46
Hex BE 2D 4A 0 4C 3D 19 15C 3E 2E
Octal 276 55 112 0 114 75 31 534 76 56
Binary 10111110 101101 1001010 0 1001100 111101 11001 101011100 111110 101110

Color Harmonies of #BE2D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D4A

Black with #BE2D4A

Text Example


Text Example

White with #BE2D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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