#B23050

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

Shades of Old Rose #B23050

Tints of Old Rose #B23050

Color information

#B23050 (or 0xB23050) is unknown color: approx Old Rose. HEX triplet: B2, 30 and 50. RGB value is (178,48,80). Sum of RGB (Red+Green+Blue) = 178+48+80=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B23050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23050 is #4DCFAF. Grayscale: #5A5A5A. Windows color (decimal): -5099440 or 5255346. OLE color: 5255346.

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

Color convert

RGB1784880-
CMYK00.730.550.30
HSL345.23º57.52%44.31%-
HSV(B)345.23º73.03%69.8%-
XYZ20.8712.168.84-
YUV90.52122.07190.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.17%
GREEN value IS 48 (19.14% from 255) = 15.69%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=58.17%
G=15.69%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178488000.730.550.30345.2357.5244.31
HexB23050049371E1593a2c
Octal26260120011167365317254
Binary1011001011000010100000100100111011111110101011001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23050; }

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

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

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

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

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

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

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

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