Html Css Color HEX #BE424D Old Rose

📋 copy color: '#BE424D'

red 190 ◦ green 66 ◦ blue 77

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

Shades of Old Rose #BE424D

Tints of Old Rose #BE424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 77 (30.47% from 255) = 23.12%

R = 57.06%
G = 19.82%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE424D (or 0xBE424D) is known color: Old Rose. HEX triplet: BE, 42 and 4D. RGB value is (190,66,77). Sum of RGB (Red+Green+Blue) = 190+66+77=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE424D is #41BDB2. Grayscale: #686868. Windows color (decimal): -4308403 or 5063358. OLE color: 5063358.

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

Color convert

RGB 190 66 77 -
CMYK 0 0.65 0.59 0.25
HSL 354.68º 0.49% 0.5% -
HSV(B) 354.68º 0.65% 0.75% -
XYZ 24.52 15.38 8.7 -
YUV 104.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 190 66 77 0 0.65 0.59 0.25 354.68 0.49 0.5
Hex BE 42 4D 0 41 3B 19 163 31 32
Octal 276 102 115 0 101 73 31 543 61 62
Binary 10111110 1000010 1001101 0 1000001 111011 11001 101100011 110001 110010

Color Harmonies of #BE424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE424D

Black with #BE424D

Text Example


Text Example

White with #BE424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE424D; }

 p { color: rgb(190,66,77); }

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

background-color css

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

 a { background-color: rgb(190,66,77); }

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

border-color css

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

 span { border-color: rgb(190,66,77); }

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