#B1364F

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

Shades of Old Rose #B1364F

Tints of Old Rose #B1364F

Color information

#B1364F (or 0xB1364F) is unknown color: approx Old Rose. HEX triplet: B1, 36 and 4F. RGB value is (177,54,79). Sum of RGB (Red+Green+Blue) = 177+54+79=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1364F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1364F is #4EC9B0. Grayscale: #5D5D5D. Windows color (decimal): -5163441 or 5191345. OLE color: 5191345.

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

Color convert

RGB1775479-
CMYK00.690.550.31
HSL347.8º53.25%45.29%-
HSV(B)347.8º69.49%69.41%-
XYZ20.8612.558.72-
YUV93.63119.75187.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=57.10%
G=17.42%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177547900.690.550.31347.853.2545.29
HexB1364F045371F15c352d
Octal26166117010567375346555
Binary1011000111011010011110100010111011111111101011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1364F; }

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

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

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

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

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

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

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

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