#B23C49

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

Shades of Old Rose #B23C49

Tints of Old Rose #B23C49

Color information

#B23C49 (or 0xB23C49) is unknown color: approx Old Rose. HEX triplet: B2, 3C and 49. RGB value is (178,60,73). Sum of RGB (Red+Green+Blue) = 178+60+73=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C49 is #4DC3B6. Grayscale: #606060. Windows color (decimal): -5096375 or 4799666. OLE color: 4799666.

HSL color Cylindrical-coordinate representation of color #B23C49: hue angle of 353.39º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23C49 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1786073-
CMYK00.660.590.30
HSL353.39º49.58%46.67%-
HSV(B)353.39º66.29%69.8%-
XYZ21.1813.187.73-
YUV96.76114.59185.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=57.23%
G=19.29%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178607300.660.590.30353.3949.5846.67
HexB23C490423B1E161322f
Octal26274111010273365416257
Binary1011001011110010010010100001011101111110101100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C49; }

 p { color: rgb(178,60,73); }

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

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

 a { background-color: rgb(178,60,73); }

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

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

 span { border-color: rgb(178,60,73); }

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