Html Css Color HEX #BE214A Old Rose

📋 copy color: '#BE214A'

red 190 ◦ green 33 ◦ blue 74

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

Shades of Old Rose #BE214A

Tints of Old Rose #BE214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 63.97%
G = 11.11%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE214A (or 0xBE214A) is known color: Old Rose. HEX triplet: BE, 21 and 4A. RGB value is (190,33,74). Sum of RGB (Red+Green+Blue) = 190+33+74=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE214A is #41DEB5. Grayscale: #545454. Windows color (decimal): -4316854 or 4858302. OLE color: 4858302.

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

Color convert

RGB 190 33 74 -
CMYK 0 0.83 0.61 0.25
HSL 344.33º 0.7% 0.44% -
HSV(B) 344.33º 0.83% 0.75% -
XYZ 23.02 12.53 7.68 -
YUV 84.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 190 33 74 0 0.83 0.61 0.25 344.33 0.7 0.44
Hex BE 21 4A 0 53 3D 19 158 46 2C
Octal 276 41 112 0 123 75 31 530 106 54
Binary 10111110 100001 1001010 0 1010011 111101 11001 101011000 1000110 101100

Color Harmonies of #BE214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE214A

Black with #BE214A

Text Example


Text Example

White with #BE214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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