Html Css Color HEX #BE264E Old Rose

📋 copy color: '#BE264E'

red 190 ◦ green 38 ◦ blue 78

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

Shades of Old Rose #BE264E

Tints of Old Rose #BE264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

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

R = 62.09%
G = 12.42%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE264E (or 0xBE264E) is known color: Old Rose. HEX triplet: BE, 26 and 4E. RGB value is (190,38,78). Sum of RGB (Red+Green+Blue) = 190+38+78=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE264E is #41D9B1. Grayscale: #585858. Windows color (decimal): -4315570 or 5121726. OLE color: 5121726.

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

Color convert

RGB 190 38 78 -
CMYK 0 0.8 0.59 0.25
HSL 344.21º 0.67% 0.45% -
HSV(B) 344.21º 0.8% 0.75% -
XYZ 23.3 12.88 8.47 -
YUV 88.01 122.36 200.75 -
System Red Green Blue C M Y K H S L
Decimal 190 38 78 0 0.8 0.59 0.25 344.21 0.67 0.45
Hex BE 26 4E 0 50 3B 19 158 43 2D
Octal 276 46 116 0 120 73 31 530 103 55
Binary 10111110 100110 1001110 0 1010000 111011 11001 101011000 1000011 101101

Color Harmonies of #BE264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE264E

Black with #BE264E

Text Example


Text Example

White with #BE264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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