#B5334E

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

Shades of Old Rose #B5334E

Tints of Old Rose #B5334E

Color information

#B5334E (or 0xB5334E) is unknown color: approx Old Rose. HEX triplet: B5, 33 and 4E. RGB value is (181,51,78). Sum of RGB (Red+Green+Blue) = 181+51+78=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5334E is #4ACCB1. Grayscale: #5C5C5C. Windows color (decimal): -4902066 or 5125045. OLE color: 5125045.

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

Color convert

RGB1815178-
CMYK00.720.570.29
HSL347.54º56.03%45.49%-
HSV(B)347.54º71.82%70.98%-
XYZ21.6212.748.53-
YUV92.95119.57190.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 78 (30.86% from 255) = 25.16%
R=58.39%
G=16.45%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181517800.720.570.29347.5456.0345.49
HexB5334E048391D15c382d
Octal26563116011071355347055
Binary1011010111001110011100100100011100111101101011100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5334E; }

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

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

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

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

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

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

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

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