#B23447

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

Shades of Old Rose #B23447

Tints of Old Rose #B23447

Color information

#B23447 (or 0xB23447) is unknown color: approx Old Rose. HEX triplet: B2, 34 and 47. RGB value is (178,52,71). Sum of RGB (Red+Green+Blue) = 178+52+71=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B23447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23447 is #4DCBB8. Grayscale: #5B5B5B. Windows color (decimal): -5098425 or 4666546. OLE color: 4666546.

HSL color Cylindrical-coordinate representation of color #B23447: hue angle of 350.95º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23447 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1785271-
CMYK00.710.600.30
HSL350.95º54.78%45.1%-
HSV(B)350.95º70.79%69.8%-
XYZ20.7312.387.26-
YUV91.84116.24189.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.14%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=59.14%
G=17.28%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178527100.710.600.30350.9554.7845.1
HexB234470473C1E15f372d
Octal26264107010774365376755
Binary1011001011010010001110100011111110011110101011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23447; }

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

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

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

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

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

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

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

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