#b1274f

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

Shades of Old Rose #B1274F

Tints of Old Rose #B1274F

Color information

#B1274F (or 0xB1274F) is unknown color: approx Old Rose. HEX triplet: B1, 27 and 4F. RGB value is (177,39,79). Sum of RGB (Red+Green+Blue) = 177+39+79=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B1274F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1274F is #4ED8B0. Grayscale: #545454. Windows color (decimal): -5167281 or 5187505. OLE color: 5187505.

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

Color convert

RGB1773979-
CMYK00.780.550.31
HSL342.61º63.89%42.35%-
HSV(B)342.61º77.97%69.41%-
XYZ20.2711.368.52-
YUV84.82124.72193.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=60%
G=13.22%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177397900.780.550.31342.6163.8942.35
HexB1274F04E371F157402a
Octal261471170116673752710052
Binary10110001100111100111101001110110111111111010101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1274f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1274f; }

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

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

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

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

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

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

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

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