#B23046

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

Shades of Old Rose #B23046

Tints of Old Rose #B23046

Color information

#B23046 (or 0xB23046) is unknown color: approx Old Rose. HEX triplet: B2, 30 and 46. RGB value is (178,48,70). Sum of RGB (Red+Green+Blue) = 178+48+70=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B23046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23046 is #4DCFB9. Grayscale: #595959. Windows color (decimal): -5099450 or 4599986. OLE color: 4599986.

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

Color convert

RGB1784870-
CMYK00.730.610.30
HSL349.85º57.52%44.31%-
HSV(B)349.85º73.03%69.8%-
XYZ20.5212.027.03-
YUV89.38117.07191.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 70 (27.73% from 255) = 23.65%
R=60.14%
G=16.22%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178487000.730.610.30349.8557.5244.31
HexB230460493D1E15e3a2c
Octal26260106011175365367254
Binary1011001011000010001100100100111110111110101011110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23046; }

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

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

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

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

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

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

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

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