#B1364E

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

Shades of Old Rose #B1364E

Tints of Old Rose #B1364E

Color information

#B1364E (or 0xB1364E) is unknown color: approx Old Rose. HEX triplet: B1, 36 and 4E. RGB value is (177,54,78). Sum of RGB (Red+Green+Blue) = 177+54+78=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1364E is #4EC9B1. Grayscale: #5D5D5D. Windows color (decimal): -5163442 or 5125809. OLE color: 5125809.

HSL color Cylindrical-coordinate representation of color #B1364E: hue angle of 348.29º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1364E is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1775478-
CMYK00.690.560.31
HSL348.29º53.25%45.29%-
HSV(B)348.29º69.49%69.41%-
XYZ20.8312.548.53-
YUV93.51119.25187.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=57.28%
G=17.48%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177547800.690.560.31348.2953.2545.29
HexB1364E045381F15c352d
Octal26166116010570375346555
Binary1011000111011010011100100010111100011111101011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1364E; }

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

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

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

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

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

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

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

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