Html Css Color HEX #BE274E Old Rose

📋 copy color: '#BE274E'

red 190 ◦ green 39 ◦ blue 78

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

Shades of Old Rose #BE274E

Tints of Old Rose #BE274E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 61.89%
G = 12.7%
B = 25.41%

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

#BE274E (or 0xBE274E) is known color: Old Rose. HEX triplet: BE, 27 and 4E. RGB value is (190,39,78). Sum of RGB (Red+Green+Blue) = 190+39+78=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE274E is #41D8B1. Grayscale: #585858. Windows color (decimal): -4315314 or 5121982. OLE color: 5121982.

HSL color Cylindrical-coordinate representation of color #BE274E: hue angle of 344.5º 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 #BE274E is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 39 78 -
CMYK 0 0.79 0.59 0.25
HSL 344.5º 0.66% 0.45% -
HSV(B) 344.5º 0.79% 0.75% -
XYZ 23.34 12.95 8.48 -
YUV 88.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 190 39 78 0 0.79 0.59 0.25 344.5 0.66 0.45
Hex BE 27 4E 0 4F 3B 19 159 42 2D
Octal 276 47 116 0 117 73 31 531 102 55
Binary 10111110 100111 1001110 0 1001111 111011 11001 101011001 1000010 101101

Color Harmonies of #BE274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE274E

Black with #BE274E

Text Example


Text Example

White with #BE274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE274E; }

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

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

background-color css

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

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

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

border-color css

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

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

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