#B1275B

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

Shades of Old Rose #B1275B

Tints of Old Rose #B1275B

Color information

#B1275B (or 0xB1275B) is unknown color: approx Old Rose. HEX triplet: B1, 27 and 5B. RGB value is (177,39,91). Sum of RGB (Red+Green+Blue) = 177+39+91=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1275B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1275B is #4ED8A4. Grayscale: #565656. Windows color (decimal): -5167269 or 5973937. OLE color: 5973937.

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

Color convert

RGB1773991-
CMYK00.780.490.31
HSL337.39º63.89%42.35%-
HSV(B)337.39º77.97%69.41%-
XYZ20.7511.5511.03-
YUV86.19130.72192.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=57.65%
G=12.70%
B=29.64%

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
Decimal177399100.780.490.31337.3963.8942.35
HexB1275B04E311F151402a
Octal261471330116613752110052
Binary10110001100111101101101001110110001111111010100011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1275B; }

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

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

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

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

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

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

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

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