#B23047

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

Shades of Old Rose #B23047

Tints of Old Rose #B23047

Color information

#B23047 (or 0xB23047) is unknown color: approx Old Rose. HEX triplet: B2, 30 and 47. RGB value is (178,48,71). Sum of RGB (Red+Green+Blue) = 178+48+71=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B23047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23047 is #4DCFB8. Grayscale: #595959. Windows color (decimal): -5099449 or 4665522. OLE color: 4665522.

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

Color convert

RGB1784871-
CMYK00.730.600.30
HSL349.38º57.52%44.31%-
HSV(B)349.38º73.03%69.8%-
XYZ20.5512.037.2-
YUV89.49117.57191.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=59.93%
G=16.16%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178487100.730.600.30349.3857.5244.31
HexB230470493C1E15d3a2c
Octal26260107011174365357254
Binary1011001011000010001110100100111110011110101011101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23047; }

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

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

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

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

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

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

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

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