#B5384F

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

Shades of Old Rose #B5384F

Tints of Old Rose #B5384F

Color information

#B5384F (or 0xB5384F) is unknown color: approx Old Rose. HEX triplet: B5, 38 and 4F. RGB value is (181,56,79). Sum of RGB (Red+Green+Blue) = 181+56+79=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B5384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5384F is #4AC7B0. Grayscale: #606060. Windows color (decimal): -4900785 or 5191861. OLE color: 5191861.

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

Color convert

RGB1815679-
CMYK00.690.560.29
HSL348.96º52.74%46.47%-
HSV(B)348.96º69.06%70.98%-
XYZ21.8813.228.79-
YUV96118.41188.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 56 (22.27% from 255) = 17.72%
BLUE value IS 79 (31.25% from 255) = 25%
R=57.28%
G=17.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181567900.690.560.29348.9652.7446.47
HexB5384F045381D15d352e
Octal26570117010570355356556
Binary1011010111100010011110100010111100011101101011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5384F; }

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

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

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

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

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

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

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

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