Html Css Color HEX #BE284C Old Rose

📋 copy color: '#BE284C'

red 190 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #BE284C

Tints of Old Rose #BE284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

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

R = 62.09%
G = 13.07%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE284C (or 0xBE284C) is known color: Old Rose. HEX triplet: BE, 28 and 4C. RGB value is (190,40,76). Sum of RGB (Red+Green+Blue) = 190+40+76=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE284C is #41D7B3. Grayscale: #585858. Windows color (decimal): -4315060 or 4991166. OLE color: 4991166.

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

Color convert

RGB 190 40 76 -
CMYK 0 0.79 0.60 0.25
HSL 345.6º 0.65% 0.45% -
HSV(B) 345.6º 0.79% 0.75% -
XYZ 23.3 12.99 8.12 -
YUV 88.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 190 40 76 0 0.79 0.60 0.25 345.6 0.65 0.45
Hex BE 28 4C 0 4F 3C 19 15A 41 2D
Octal 276 50 114 0 117 74 31 532 101 55
Binary 10111110 101000 1001100 0 1001111 111100 11001 101011010 1000001 101101

Color Harmonies of #BE284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE284C

Black with #BE284C

Text Example


Text Example

White with #BE284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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