#B12748

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

Shades of Old Rose #B12748

Tints of Old Rose #B12748

Color information

#B12748 (or 0xB12748) is unknown color: approx Old Rose. HEX triplet: B1, 27 and 48. RGB value is (177,39,72). Sum of RGB (Red+Green+Blue) = 177+39+72=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B12748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12748 is #4ED8B7. Grayscale: #545454. Windows color (decimal): -5167288 or 4728753. OLE color: 4728753.

HSL color Cylindrical-coordinate representation of color #B12748: hue angle of 345.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12748 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1773972-
CMYK00.780.590.31
HSL345.65º63.89%42.35%-
HSV(B)345.65º77.97%69.41%-
XYZ20.0311.277.25-
YUV84.02121.22194.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.46%
GREEN value IS 39 (15.62% from 255) = 13.54%
BLUE value IS 72 (28.52% from 255) = 25%
R=61.46%
G=13.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177397200.780.590.31345.6563.8942.35
HexB1274804E3B1F15a402a
Octal261471100116733753210052
Binary10110001100111100100001001110111011111111010110101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12748; }

 p { color: rgb(177,39,72); }

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

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

 a { background-color: rgb(177,39,72); }

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

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

 span { border-color: rgb(177,39,72); }

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