Html Css Color HEX #BE264C Old Rose

📋 copy color: '#BE264C'

red 190 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #BE264C

Tints of Old Rose #BE264C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25%

R = 62.5%
G = 12.5%
B = 25%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE264C (or 0xBE264C) is known color: Old Rose. HEX triplet: BE, 26 and 4C. RGB value is (190,38,76). Sum of RGB (Red+Green+Blue) = 190+38+76=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE264C is #41D9B3. Grayscale: #575757. Windows color (decimal): -4315572 or 4990654. OLE color: 4990654.

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

Color convert

RGB 190 38 76 -
CMYK 0 0.8 0.60 0.25
HSL 345º 0.67% 0.45% -
HSV(B) 345º 0.8% 0.75% -
XYZ 23.23 12.86 8.09 -
YUV 87.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 190 38 76 0 0.8 0.60 0.25 345 0.67 0.45
Hex BE 26 4C 0 50 3C 19 159 43 2D
Octal 276 46 114 0 120 74 31 531 103 55
Binary 10111110 100110 1001100 0 1010000 111100 11001 101011001 1000011 101101

Color Harmonies of #BE264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE264C

Black with #BE264C

Text Example


Text Example

White with #BE264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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