Html Css Color HEX #BE4048 Old Rose

📋 copy color: '#BE4048'

red 190 ◦ green 64 ◦ blue 72

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

Shades of Old Rose #BE4048

Tints of Old Rose #BE4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.63%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 58.28%
G = 19.63%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE4048 (or 0xBE4048) is known color: Old Rose. HEX triplet: BE, 40 and 48. RGB value is (190,64,72). Sum of RGB (Red+Green+Blue) = 190+64+72=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4048 is #41BFB7. Grayscale: #666666. Windows color (decimal): -4308920 or 4735166. OLE color: 4735166.

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

Color convert

RGB 190 64 72 -
CMYK 0 0.66 0.62 0.25
HSL 356.19º 0.5% 0.5% -
HSV(B) 356.19º 0.66% 0.75% -
XYZ 24.24 15.08 7.76 -
YUV 102.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 190 64 72 0 0.66 0.62 0.25 356.19 0.5 0.5
Hex BE 40 48 0 42 3E 19 164 32 32
Octal 276 100 110 0 102 76 31 544 62 62
Binary 10111110 1000000 1001000 0 1000010 111110 11001 101100100 110010 110010

Color Harmonies of #BE4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4048

Black with #BE4048

Text Example


Text Example

White with #BE4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4048; }

 p { color: rgb(190,64,72); }

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

background-color css

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

 a { background-color: rgb(190,64,72); }

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

border-color css

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

 span { border-color: rgb(190,64,72); }

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