#B23058

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

Shades of Old Rose #B23058

Tints of Old Rose #B23058

Color information

#B23058 (or 0xB23058) is unknown color: approx Old Rose. HEX triplet: B2, 30 and 58. RGB value is (178,48,88). Sum of RGB (Red+Green+Blue) = 178+48+88=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B23058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23058 is #4DCFA7. Grayscale: #5B5B5B. Windows color (decimal): -5099432 or 5779634. OLE color: 5779634.

HSL color Cylindrical-coordinate representation of color #B23058: hue angle of 341.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23058 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1784888-
CMYK00.730.510.30
HSL341.54º57.52%44.31%-
HSV(B)341.54º73.03%69.8%-
XYZ21.1812.2810.49-
YUV91.43126.07189.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=56.69%
G=15.29%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178488800.730.510.30341.5457.5244.31
HexB23058049331E1563a2c
Octal26260130011163365267254
Binary1011001011000010110000100100111001111110101010110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23058; }

 p { color: rgb(178,48,88); }

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

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

 a { background-color: rgb(178,48,88); }

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

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

 span { border-color: rgb(178,48,88); }

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