#b1264e

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

Shades of Old Rose #B1264E

Tints of Old Rose #B1264E

Color information

#B1264E (or 0xB1264E) is unknown color: approx Old Rose. HEX triplet: B1, 26 and 4E. RGB value is (177,38,78). Sum of RGB (Red+Green+Blue) = 177+38+78=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1264E is #4ED9B1. Grayscale: #545454. Windows color (decimal): -5167538 or 5121713. OLE color: 5121713.

HSL color Cylindrical-coordinate representation of color #B1264E: hue angle of 342.73º 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 #B1264E is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1773878-
CMYK00.790.560.31
HSL342.73º64.65%42.16%-
HSV(B)342.73º78.53%69.41%-
XYZ20.211.288.32-
YUV84.12124.55194.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.41%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=60.41%
G=12.97%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177387800.790.560.31342.7364.6542.16
HexB1264E04F381F157412a
Octal261461160117703752710152
Binary10110001100110100111001001111111000111111010101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1264e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1264e; }

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

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

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

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

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

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

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

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