#B1334D

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

Shades of Old Rose #B1334D

Tints of Old Rose #B1334D

Color information

#B1334D (or 0xB1334D) is unknown color: approx Old Rose. HEX triplet: B1, 33 and 4D. RGB value is (177,51,77). Sum of RGB (Red+Green+Blue) = 177+51+77=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B1334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1334D is #4ECCB2. Grayscale: #5B5B5B. Windows color (decimal): -5164211 or 5059505. OLE color: 5059505.

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

Color convert

RGB1775177-
CMYK00.710.560.31
HSL347.62º55.26%44.71%-
HSV(B)347.62º71.19%69.41%-
XYZ20.6512.258.3-
YUV91.64119.74188.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.03%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=58.03%
G=16.72%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177517700.710.560.31347.6255.2644.71
HexB1334D047381F15c372d
Octal26163115010770375346755
Binary1011000111001110011010100011111100011111101011100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1334D; }

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

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

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

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

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

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

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

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