#B23554

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

Shades of Old Rose #B23554

Tints of Old Rose #B23554

Color information

#B23554 (or 0xB23554) is unknown color: approx Old Rose. HEX triplet: B2, 35 and 54. RGB value is (178,53,84). Sum of RGB (Red+Green+Blue) = 178+53+84=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B23554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23554 is #4DCAAB. Grayscale: #5D5D5D. Windows color (decimal): -5098156 or 5518770. OLE color: 5518770.

HSL color Cylindrical-coordinate representation of color #B23554: hue angle of 345.12º 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 #B23554 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB1785384-
CMYK00.700.530.30
HSL345.12º54.11%45.29%-
HSV(B)345.12º70.22%69.8%-
XYZ21.2312.659.71-
YUV93.91122.41187.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=56.51%
G=16.83%
B=26.67%

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
Decimal178538400.700.530.30345.1254.1145.29
HexB23554046351E159362d
Octal26265124010665365316655
Binary1011001011010110101000100011011010111110101011001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23554; }

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

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

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

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

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

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

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

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