#B1204B

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

Shades of Old Rose #B1204B

Tints of Old Rose #B1204B

Color information

#B1204B (or 0xB1204B) is unknown color: approx Old Rose. HEX triplet: B1, 20 and 4B. RGB value is (177,32,75). Sum of RGB (Red+Green+Blue) = 177+32+75=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1204B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1204B is #4EDFB4. Grayscale: #505050. Windows color (decimal): -5169077 or 4923569. OLE color: 4923569.

HSL color Cylindrical-coordinate representation of color #B1204B: hue angle of 342.21º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1204B is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1773275-
CMYK00.820.580.31
HSL342.21º69.38%40.98%-
HSV(B)342.21º81.92%69.41%-
XYZ19.9210.897.71-
YUV80.26125.04197-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 32 (12.89% from 255) = 11.27%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=62.32%
G=11.27%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177327500.820.580.31342.2169.3840.98
HexB1204B0523A1F1564529
Octal261401130122723752610551
Binary10110001100000100101101010010111010111111010101101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1204B; }

 p { color: rgb(177,32,75); }

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

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

 a { background-color: rgb(177,32,75); }

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

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

 span { border-color: rgb(177,32,75); }

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