#B23751

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

Shades of Old Rose #B23751

Tints of Old Rose #B23751

Color information

#B23751 (or 0xB23751) is unknown color: approx Old Rose. HEX triplet: B2, 37 and 51. RGB value is (178,55,81). Sum of RGB (Red+Green+Blue) = 178+55+81=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B23751 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23751 is #4DC8AE. Grayscale: #5E5E5E. Windows color (decimal): -5097647 or 5322674. OLE color: 5322674.

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

Color convert

RGB1785581-
CMYK00.690.540.30
HSL347.32º52.79%45.69%-
HSV(B)347.32º69.1%69.8%-
XYZ21.2112.799.14-
YUV94.74120.25187.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.69%
GREEN value IS 55 (21.88% from 255) = 17.52%
BLUE value IS 81 (32.03% from 255) = 25.80%
R=56.69%
G=17.52%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178558100.690.540.30347.3252.7945.69
HexB23751045361E15b352e
Octal26267121010566365336556
Binary1011001011011110100010100010111011011110101011011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23751; }

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

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

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

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

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

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

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

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