Html Css Color HEX #BE4250 Old Rose

📋 copy color: '#BE4250'

red 190 ◦ green 66 ◦ blue 80

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

Shades of Old Rose #BE4250

Tints of Old Rose #BE4250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 56.55%
G = 19.64%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE4250 (or 0xBE4250) is known color: Old Rose. HEX triplet: BE, 42 and 50. RGB value is (190,66,80). Sum of RGB (Red+Green+Blue) = 190+66+80=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4250 is #41BDAF. Grayscale: #686868. Windows color (decimal): -4308400 or 5259966. OLE color: 5259966.

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

Color convert

RGB 190 66 80 -
CMYK 0 0.65 0.58 0.25
HSL 353.23º 0.49% 0.5% -
HSV(B) 353.23º 0.65% 0.75% -
XYZ 24.63 15.42 9.27 -
YUV 104.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 190 66 80 0 0.65 0.58 0.25 353.23 0.49 0.5
Hex BE 42 50 0 41 3A 19 161 31 32
Octal 276 102 120 0 101 72 31 541 61 62
Binary 10111110 1000010 1010000 0 1000001 111010 11001 101100001 110001 110010

Color Harmonies of #BE4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4250

Black with #BE4250

Text Example


Text Example

White with #BE4250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4250; }

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

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

background-color css

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

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

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

border-color css

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

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

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