#B53854

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

Shades of Old Rose #B53854

Tints of Old Rose #B53854

Color information

#B53854 (or 0xB53854) is unknown color: approx Old Rose. HEX triplet: B5, 38 and 54. RGB value is (181,56,84). Sum of RGB (Red+Green+Blue) = 181+56+84=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B53854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53854 is #4AC7AB. Grayscale: #606060. Windows color (decimal): -4900780 or 5519541. OLE color: 5519541.

HSL color Cylindrical-coordinate representation of color #B53854: hue angle of 346.56º 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 #B53854 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1815684-
CMYK00.690.540.29
HSL346.56º52.74%46.47%-
HSV(B)346.56º69.06%70.98%-
XYZ22.0713.299.79-
YUV96.57120.91188.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.39%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 84 (33.20% from 255) = 26.17%
R=56.39%
G=17.45%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181568400.690.540.29346.5652.7446.47
HexB53854045361D15b352e
Octal26570124010566355336556
Binary1011010111100010101000100010111011011101101011011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53854; }

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

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

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

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

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

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

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

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