Html Css Color HEX #BE274D Old Rose

📋 copy color: '#BE274D'

red 190 ◦ green 39 ◦ blue 77

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

Shades of Old Rose #BE274D

Tints of Old Rose #BE274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 62.09%
G = 12.75%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE274D (or 0xBE274D) is known color: Old Rose. HEX triplet: BE, 27 and 4D. RGB value is (190,39,77). Sum of RGB (Red+Green+Blue) = 190+39+77=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE274D is #41D8B2. Grayscale: #585858. Windows color (decimal): -4315315 or 5056446. OLE color: 5056446.

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

Color convert

RGB 190 39 77 -
CMYK 0 0.79 0.59 0.25
HSL 344.9º 0.66% 0.45% -
HSV(B) 344.9º 0.79% 0.75% -
XYZ 23.3 12.93 8.29 -
YUV 88.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 190 39 77 0 0.79 0.59 0.25 344.9 0.66 0.45
Hex BE 27 4D 0 4F 3B 19 159 42 2D
Octal 276 47 115 0 117 73 31 531 102 55
Binary 10111110 100111 1001101 0 1001111 111011 11001 101011001 1000010 101101

Color Harmonies of #BE274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE274D

Black with #BE274D

Text Example


Text Example

White with #BE274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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