#B8325C

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

Shades of Old Rose #B8325C

Tints of Old Rose #B8325C

Color information

#B8325C (or 0xB8325C) is unknown color: approx Old Rose. HEX triplet: B8, 32 and 5C. RGB value is (184,50,92). Sum of RGB (Red+Green+Blue) = 184+50+92=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8325C is #47CDA3. Grayscale: #5E5E5E. Windows color (decimal): -4705700 or 6042296. OLE color: 6042296.

HSL color Cylindrical-coordinate representation of color #B8325C: hue angle of 341.19º 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 #B8325C is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1845092-
CMYK00.730.500.28
HSL341.19º57.26%45.88%-
HSV(B)341.19º72.83%72.16%-
XYZ22.8413.2411.48-
YUV94.85126.39191.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 92 (36.33% from 255) = 28.22%
R=56.44%
G=15.34%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184509200.730.500.28341.1957.2645.88
HexB8325C049321C155392e
Octal27062134011162345257156
Binary1011100011001010111000100100111001011100101010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8325C; }

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

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

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

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

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

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

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

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