#B1275A

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

Shades of Old Rose #B1275A

Tints of Old Rose #B1275A

Color information

#B1275A (or 0xB1275A) is unknown color: approx Old Rose. HEX triplet: B1, 27 and 5A. RGB value is (177,39,90). Sum of RGB (Red+Green+Blue) = 177+39+90=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1275A is #4ED8A5. Grayscale: #565656. Windows color (decimal): -5167270 or 5908401. OLE color: 5908401.

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

Color convert

RGB1773990-
CMYK00.780.490.31
HSL337.83º63.89%42.35%-
HSV(B)337.83º77.97%69.41%-
XYZ20.711.5410.81-
YUV86.08130.22192.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.84%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=57.84%
G=12.75%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177399000.780.490.31337.8363.8942.35
HexB1275A04E311F152402a
Octal261471320116613752210052
Binary10110001100111101101001001110110001111111010100101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1275A; }

 p { color: rgb(177,39,90); }

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

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

 a { background-color: rgb(177,39,90); }

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

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

 span { border-color: rgb(177,39,90); }

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