Html Css Color HEX #BE3A47 Old Rose

📋 copy color: '#BE3A47'

red 190 ◦ green 58 ◦ blue 71

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

Shades of Old Rose #BE3A47

Tints of Old Rose #BE3A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.18%

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 59.56%
G = 18.18%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE3A47 (or 0xBE3A47) is known color: Old Rose. HEX triplet: BE, 3A and 47. RGB value is (190,58,71). Sum of RGB (Red+Green+Blue) = 190+58+71=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A47 is #41C5B8. Grayscale: #636363. Windows color (decimal): -4310457 or 4668094. OLE color: 4668094.

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

Color convert

RGB 190 58 71 -
CMYK 0 0.69 0.63 0.25
HSL 354.09º 0.53% 0.49% -
HSV(B) 354.09º 0.69% 0.75% -
XYZ 23.89 14.43 7.49 -
YUV 98.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 190 58 71 0 0.69 0.63 0.25 354.09 0.53 0.49
Hex BE 3A 47 0 45 3F 19 162 35 31
Octal 276 72 107 0 105 77 31 542 65 61
Binary 10111110 111010 1000111 0 1000101 111111 11001 101100010 110101 110001

Color Harmonies of #BE3A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A47

Black with #BE3A47

Text Example


Text Example

White with #BE3A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A47; }

 p { color: rgb(190,58,71); }

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

background-color css

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

 a { background-color: rgb(190,58,71); }

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

border-color css

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

 span { border-color: rgb(190,58,71); }

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