Html Css Color HEX #BE3248 Old Rose

📋 copy color: '#BE3248'

red 190 ◦ green 50 ◦ blue 72

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

Shades of Old Rose #BE3248

Tints of Old Rose #BE3248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

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

R = 60.9%
G = 16.03%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE3248 (or 0xBE3248) is known color: Old Rose. HEX triplet: BE, 32 and 48. RGB value is (190,50,72). Sum of RGB (Red+Green+Blue) = 190+50+72=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3248 is #41CDB7. Grayscale: #5E5E5E. Windows color (decimal): -4312504 or 4731582. OLE color: 4731582.

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

Color convert

RGB 190 50 72 -
CMYK 0 0.74 0.62 0.25
HSL 350.57º 0.58% 0.47% -
HSV(B) 350.57º 0.74% 0.75% -
XYZ 23.55 13.7 7.53 -
YUV 94.37 115.38 196.21 -
System Red Green Blue C M Y K H S L
Decimal 190 50 72 0 0.74 0.62 0.25 350.57 0.58 0.47
Hex BE 32 48 0 4A 3E 19 15F 3A 2F
Octal 276 62 110 0 112 76 31 537 72 57
Binary 10111110 110010 1001000 0 1001010 111110 11001 101011111 111010 101111

Color Harmonies of #BE3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3248

Black with #BE3248

Text Example


Text Example

White with #BE3248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3248; }

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

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

background-color css

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

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

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

border-color css

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

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

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