#B23648

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

Shades of Old Rose #B23648

Tints of Old Rose #B23648

Color information

#B23648 (or 0xB23648) is unknown color: approx Old Rose. HEX triplet: B2, 36 and 48. RGB value is (178,54,72). Sum of RGB (Red+Green+Blue) = 178+54+72=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B23648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23648 is #4DC9B7. Grayscale: #5D5D5D. Windows color (decimal): -5097912 or 4732594. OLE color: 4732594.

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

Color convert

RGB1785472-
CMYK00.700.600.30
HSL351.29º53.45%45.49%-
HSV(B)351.29º69.66%69.8%-
XYZ20.8512.577.46-
YUV93.13116.08188.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 72 (28.52% from 255) = 23.68%
R=58.55%
G=17.76%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178547200.700.600.30351.2953.4545.49
HexB236480463C1E15f352d
Octal26266110010674365376555
Binary1011001011011010010000100011011110011110101011111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23648; }

 p { color: rgb(178,54,72); }

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

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

 a { background-color: rgb(178,54,72); }

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

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

 span { border-color: rgb(178,54,72); }

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