#B8294D

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

Shades of Old Rose #B8294D

Tints of Old Rose #B8294D

Color information

#B8294D (or 0xB8294D) is unknown color: approx Old Rose. HEX triplet: B8, 29 and 4D. RGB value is (184,41,77). Sum of RGB (Red+Green+Blue) = 184+41+77=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B8294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8294D is #47D6B2. Grayscale: #575757. Windows color (decimal): -4708019 or 5056952. OLE color: 5056952.

HSL color Cylindrical-coordinate representation of color #B8294D: hue angle of 344.9º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8294D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1844177-
CMYK00.780.580.28
HSL344.9º63.56%44.12%-
HSV(B)344.9º77.72%72.16%-
XYZ21.912.318.24-
YUV87.86121.88196.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.93%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 77 (30.47% from 255) = 25.50%
R=60.93%
G=13.58%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184417700.780.580.28344.963.5644.12
HexB8294D04E3A1C159402c
Octal270511150116723453110054
Binary10111000101001100110101001110111010111001010110011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8294D; }

 p { color: rgb(184,41,77); }

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

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

 a { background-color: rgb(184,41,77); }

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

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

 span { border-color: rgb(184,41,77); }

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