#B1184B

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

Shades of Old Rose #B1184B

Tints of Old Rose #B1184B

Color information

#B1184B (or 0xB1184B) is unknown color: approx Old Rose. HEX triplet: B1, 18 and 4B. RGB value is (177,24,75). Sum of RGB (Red+Green+Blue) = 177+24+75=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1184B is #4EE7B4. Grayscale: #4B4B4B. Windows color (decimal): -5171125 or 4921521. OLE color: 4921521.

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

Color convert

RGB1772475-
CMYK00.860.580.31
HSL340º76.12%39.41%-
HSV(B)340º86.44%69.41%-
XYZ19.7310.517.65-
YUV75.56127.69200.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.13%
GREEN value IS 24 (9.77% from 255) = 8.70%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=64.13%
G=8.70%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177247500.860.580.3134076.1239.41
HexB1184B0563A1F1544c27
Octal261301130126723752411447
Binary1011000111000100101101010110111010111111010101001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1184B; }

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

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

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

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

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

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

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

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