#B5364E

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

Shades of Old Rose #B5364E

Tints of Old Rose #B5364E

Color information

#B5364E (or 0xB5364E) is unknown color: approx Old Rose. HEX triplet: B5, 36 and 4E. RGB value is (181,54,78). Sum of RGB (Red+Green+Blue) = 181+54+78=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5364E is #4AC9B1. Grayscale: #5E5E5E. Windows color (decimal): -4901298 or 5125813. OLE color: 5125813.

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

Color convert

RGB1815478-
CMYK00.700.570.29
HSL348.66º54.04%46.08%-
HSV(B)348.66º70.17%70.98%-
XYZ21.7513.018.57-
YUV94.71118.58189.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 54 (21.48% from 255) = 17.25%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=57.83%
G=17.25%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181547800.700.570.29348.6654.0446.08
HexB5364E046391D15d362e
Octal26566116010671355356656
Binary1011010111011010011100100011011100111101101011101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5364E; }

 p { color: rgb(181,54,78); }

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

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

 a { background-color: rgb(181,54,78); }

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

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

 span { border-color: rgb(181,54,78); }

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