#B23747

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

Shades of Old Rose #B23747

Tints of Old Rose #B23747

Color information

#B23747 (or 0xB23747) is unknown color: approx Old Rose. HEX triplet: B2, 37 and 47. RGB value is (178,55,71). Sum of RGB (Red+Green+Blue) = 178+55+71=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B23747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23747 is #4DC8B8. Grayscale: #5D5D5D. Windows color (decimal): -5097657 or 4667314. OLE color: 4667314.

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

Color convert

RGB1785571-
CMYK00.690.600.30
HSL352.2º52.79%45.69%-
HSV(B)352.2º69.1%69.8%-
XYZ20.8612.657.3-
YUV93.6115.25188.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 55 (21.88% from 255) = 18.09%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=58.55%
G=18.09%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178557100.690.600.30352.252.7945.69
HexB237470453C1E160352e
Octal26267107010574365406556
Binary1011001011011110001110100010111110011110101100000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23747; }

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

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

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

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

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

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

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

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