#B8324B

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

Shades of Old Rose #B8324B

Tints of Old Rose #B8324B

Color information

#B8324B (or 0xB8324B) is unknown color: approx Old Rose. HEX triplet: B8, 32 and 4B. RGB value is (184,50,75). Sum of RGB (Red+Green+Blue) = 184+50+75=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8324B is #47CDB4. Grayscale: #5C5C5C. Windows color (decimal): -4705717 or 4928184. OLE color: 4928184.

HSL color Cylindrical-coordinate representation of color #B8324B: hue angle of 348.81º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8324B is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB1845075-
CMYK00.730.590.28
HSL348.81º57.26%45.88%-
HSV(B)348.81º72.83%72.16%-
XYZ22.1812.987.99-
YUV92.92117.89192.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=59.55%
G=16.18%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184507500.730.590.28348.8157.2645.88
HexB8324B0493B1C15d392e
Octal27062113011173345357156
Binary1011100011001010010110100100111101111100101011101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8324B; }

 p { color: rgb(184,50,75); }

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

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

 a { background-color: rgb(184,50,75); }

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

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

 span { border-color: rgb(184,50,75); }

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