#B12650

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

Shades of Old Rose #B12650

Tints of Old Rose #B12650

Color information

#B12650 (or 0xB12650) is unknown color: approx Old Rose. HEX triplet: B1, 26 and 50. RGB value is (177,38,80). Sum of RGB (Red+Green+Blue) = 177+38+80=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B12650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12650 is #4ED9AF. Grayscale: #545454. Windows color (decimal): -5167536 or 5252785. OLE color: 5252785.

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

Color convert

RGB1773880-
CMYK00.790.550.31
HSL341.87º64.65%42.16%-
HSV(B)341.87º78.53%69.41%-
XYZ20.2711.318.7-
YUV84.35125.55194.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=60%
G=12.88%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177388000.790.550.31341.8764.6542.16
HexB1265004F371F156412a
Octal261461200117673752610152
Binary10110001100110101000001001111110111111111010101101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12650; }

 p { color: rgb(177,38,80); }

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

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

 a { background-color: rgb(177,38,80); }

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

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

 span { border-color: rgb(177,38,80); }

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