#B13849

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

Shades of Old Rose #B13849

Tints of Old Rose #B13849

Color information

#B13849 (or 0xB13849) is unknown color: approx Old Rose. HEX triplet: B1, 38 and 49. RGB value is (177,56,73). Sum of RGB (Red+Green+Blue) = 177+56+73=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B13849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13849 is #4EC7B6. Grayscale: #5E5E5E. Windows color (decimal): -5162935 or 4798641. OLE color: 4798641.

HSL color Cylindrical-coordinate representation of color #B13849: hue angle of 351.57º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13849 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1775673-
CMYK00.680.590.31
HSL351.57º51.93%45.69%-
HSV(B)351.57º68.36%69.41%-
XYZ20.7512.667.65-
YUV94.12116.09187.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.84%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 73 (28.91% from 255) = 23.86%
R=57.84%
G=18.30%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177567300.680.590.31351.5751.9345.69
HexB138490443B1F160342e
Octal26170111010473375406456
Binary1011000111100010010010100010011101111111101100000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13849; }

 p { color: rgb(177,56,73); }

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

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

 a { background-color: rgb(177,56,73); }

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

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

 span { border-color: rgb(177,56,73); }

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