#BE264B

Color #BE264B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BE264B

Tints of Old Rose #BE264B

Color information

#BE264B (or 0xBE264B) is unknown color: approx Old Rose. HEX triplet: BE, 26 and 4B. RGB value is (190,38,75). Sum of RGB (Red+Green+Blue) = 190+38+75=303 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.71% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 190 - color contains mainly: red. Hex color #BE264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE264B is #41D9B4. Grayscale: #575757. Windows color (decimal): -4315573 or 4925118. OLE color: 4925118.

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

Color convert

RGB1903875-
CMYK00.80.610.25
HSL345.39º66.67%44.71%-
HSV(B)345.39º80%74.51%-
XYZ23.212.847.91-
YUV87.67120.86200.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.71%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=62.71%
G=12.54%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190387500.80.610.25345.3966.6744.71
HexBE264B0503D19159432d
Octal276461130120753153110355
Binary10111110100110100101101010000111101110011010110011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE264B; }

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

 H1.HeaderClassName
 {
   color: #BE264B;
 }
 .AnyTagClassName
 {
   color: #BE264B;
 }
</style>
background-color css

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

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

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

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

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

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