#B8325D

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

Shades of Old Rose #B8325D

Tints of Old Rose #B8325D

Color information

#B8325D (or 0xB8325D) is unknown color: approx Old Rose. HEX triplet: B8, 32 and 5D. RGB value is (184,50,93). Sum of RGB (Red+Green+Blue) = 184+50+93=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8325D is #47CDA2. Grayscale: #5E5E5E. Windows color (decimal): -4705699 or 6107832. OLE color: 6107832.

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

Color convert

RGB1845093-
CMYK00.730.490.28
HSL340.75º57.26%45.88%-
HSV(B)340.75º72.83%72.16%-
XYZ22.8813.2611.71-
YUV94.97126.89191.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.27%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 93 (36.72% from 255) = 28.44%
R=56.27%
G=15.29%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184509300.730.490.28340.7557.2645.88
HexB8325D049311C155392e
Octal27062135011161345257156
Binary1011100011001010111010100100111000111100101010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8325D; }

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

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

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

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

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

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

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

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