#B1354E

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

Shades of Old Rose #B1354E

Tints of Old Rose #B1354E

Color information

#B1354E (or 0xB1354E) is unknown color: approx Old Rose. HEX triplet: B1, 35 and 4E. RGB value is (177,53,78). Sum of RGB (Red+Green+Blue) = 177+53+78=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1354E is #4ECAB1. Grayscale: #5C5C5C. Windows color (decimal): -5163698 or 5125553. OLE color: 5125553.

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

Color convert

RGB1775378-
CMYK00.700.560.31
HSL347.9º53.91%45.1%-
HSV(B)347.9º70.06%69.41%-
XYZ20.7812.448.51-
YUV92.93119.58187.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=57.47%
G=17.21%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177537800.700.560.31347.953.9145.1
HexB1354E046381F15c362d
Octal26165116010670375346655
Binary1011000111010110011100100011011100011111101011100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1354E; }

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

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

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

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

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

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

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

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