#B23247

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

Shades of Old Rose #B23247

Tints of Old Rose #B23247

Color information

#B23247 (or 0xB23247) is unknown color: approx Old Rose. HEX triplet: B2, 32 and 47. RGB value is (178,50,71). Sum of RGB (Red+Green+Blue) = 178+50+71=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23247 is #4DCDB8. Grayscale: #5A5A5A. Windows color (decimal): -5098937 or 4666034. OLE color: 4666034.

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

Color convert

RGB1785071-
CMYK00.720.600.30
HSL350.16º56.14%44.71%-
HSV(B)350.16º71.91%69.8%-
XYZ20.6412.27.23-
YUV90.67116.91190.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=59.53%
G=16.72%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178507100.720.600.30350.1656.1444.71
HexB232470483C1E15e382d
Octal26262107011074365367055
Binary1011001011001010001110100100011110011110101011110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23247; }

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

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

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

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

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

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

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

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