#B23553

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

Shades of Old Rose #B23553

Tints of Old Rose #B23553

Color information

#B23553 (or 0xB23553) is unknown color: approx Old Rose. HEX triplet: B2, 35 and 53. RGB value is (178,53,83). Sum of RGB (Red+Green+Blue) = 178+53+83=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B23553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23553 is #4DCAAC. Grayscale: #5D5D5D. Windows color (decimal): -5098157 or 5453234. OLE color: 5453234.

HSL color Cylindrical-coordinate representation of color #B23553: hue angle of 345.6º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23553 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB1785383-
CMYK00.700.530.30
HSL345.6º54.11%45.29%-
HSV(B)345.6º70.22%69.8%-
XYZ21.1912.649.51-
YUV93.8121.91188.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=56.69%
G=16.88%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178538300.700.530.30345.654.1145.29
HexB23553046351E15a362d
Octal26265123010665365326655
Binary1011001011010110100110100011011010111110101011010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23553; }

 p { color: rgb(178,53,83); }

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

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

 a { background-color: rgb(178,53,83); }

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

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

 span { border-color: rgb(178,53,83); }

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