Html Css Color HEX #BE264D Old Rose

📋 copy color: '#BE264D'

red 190 ◦ green 38 ◦ blue 77

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

Shades of Old Rose #BE264D

Tints of Old Rose #BE264D

RGB

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

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

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

R = 62.3%
G = 12.46%
B = 25.25%

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

#BE264D (or 0xBE264D) is known color: Old Rose. HEX triplet: BE, 26 and 4D. RGB value is (190,38,77). Sum of RGB (Red+Green+Blue) = 190+38+77=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE264D is #41D9B2. Grayscale: #575757. Windows color (decimal): -4315571 or 5056190. OLE color: 5056190.

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

Color convert

RGB 190 38 77 -
CMYK 0 0.8 0.59 0.25
HSL 344.61º 0.67% 0.45% -
HSV(B) 344.61º 0.8% 0.75% -
XYZ 23.27 12.87 8.28 -
YUV 87.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 190 38 77 0 0.8 0.59 0.25 344.61 0.67 0.45
Hex BE 26 4D 0 50 3B 19 159 43 2D
Octal 276 46 115 0 120 73 31 531 103 55
Binary 10111110 100110 1001101 0 1010000 111011 11001 101011001 1000011 101101

Color Harmonies of #BE264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE264D

Black with #BE264D

Text Example


Text Example

White with #BE264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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