Html Css Color HEX #BE364D Old Rose

📋 copy color: '#BE364D'

red 190 ◦ green 54 ◦ blue 77

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

Shades of Old Rose #BE364D

Tints of Old Rose #BE364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 59.19%
G = 16.82%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE364D (or 0xBE364D) is known color: Old Rose. HEX triplet: BE, 36 and 4D. RGB value is (190,54,77). Sum of RGB (Red+Green+Blue) = 190+54+77=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE364D is #41C9B2. Grayscale: #616161. Windows color (decimal): -4311475 or 5060286. OLE color: 5060286.

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

Color convert

RGB 190 54 77 -
CMYK 0 0.72 0.59 0.25
HSL 349.85º 0.56% 0.48% -
HSV(B) 349.85º 0.72% 0.75% -
XYZ 23.89 14.12 8.49 -
YUV 97.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 190 54 77 0 0.72 0.59 0.25 349.85 0.56 0.48
Hex BE 36 4D 0 48 3B 19 15E 38 30
Octal 276 66 115 0 110 73 31 536 70 60
Binary 10111110 110110 1001101 0 1001000 111011 11001 101011110 111000 110000

Color Harmonies of #BE364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE364D

Black with #BE364D

Text Example


Text Example

White with #BE364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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