#B1264D

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

Shades of Old Rose #B1264D

Tints of Old Rose #B1264D

Color information

#B1264D (or 0xB1264D) is unknown color: approx Old Rose. HEX triplet: B1, 26 and 4D. RGB value is (177,38,77). Sum of RGB (Red+Green+Blue) = 177+38+77=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B1264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1264D is #4ED9B2. Grayscale: #535353. Windows color (decimal): -5167539 or 5056177. OLE color: 5056177.

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

Color convert

RGB1773877-
CMYK00.790.560.31
HSL343.17º64.65%42.16%-
HSV(B)343.17º78.53%69.41%-
XYZ20.1611.278.13-
YUV84.01124.05194.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.62%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=60.62%
G=13.01%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177387700.790.560.31343.1764.6542.16
HexB1264D04F381F157412a
Octal261461150117703752710152
Binary10110001100110100110101001111111000111111010101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1264D; }

 p { color: rgb(177,38,77); }

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

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

 a { background-color: rgb(177,38,77); }

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

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

 span { border-color: rgb(177,38,77); }

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