#B5344F

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

Shades of Old Rose #B5344F

Tints of Old Rose #B5344F

Color information

#B5344F (or 0xB5344F) is unknown color: approx Old Rose. HEX triplet: B5, 34 and 4F. RGB value is (181,52,79). Sum of RGB (Red+Green+Blue) = 181+52+79=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5344F is #4ACBB0. Grayscale: #5D5D5D. Windows color (decimal): -4901809 or 5190837. OLE color: 5190837.

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

Color convert

RGB1815279-
CMYK00.710.560.29
HSL347.44º55.36%45.69%-
HSV(B)347.44º71.27%70.98%-
XYZ21.712.848.73-
YUV93.65119.74190.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=58.01%
G=16.67%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181527900.710.560.29347.4455.3645.69
HexB5344F047381D15b372e
Octal26564117010770355336756
Binary1011010111010010011110100011111100011101101011011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5344F; }

 p { color: rgb(181,52,79); }

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

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

 a { background-color: rgb(181,52,79); }

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

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

 span { border-color: rgb(181,52,79); }

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