#B5295A

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

Shades of Old Rose #B5295A

Tints of Old Rose #B5295A

Color information

#B5295A (or 0xB5295A) is unknown color: approx Old Rose. HEX triplet: B5, 29 and 5A. RGB value is (181,41,90). Sum of RGB (Red+Green+Blue) = 181+41+90=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5295A is #4AD6A5. Grayscale: #585858. Windows color (decimal): -4904614 or 5908917. OLE color: 5908917.

HSL color Cylindrical-coordinate representation of color #B5295A: hue angle of 339º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5295A is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1814190-
CMYK00.770.500.29
HSL339º63.06%43.53%-
HSV(B)339º77.35%70.98%-
XYZ21.6912.1510.87-
YUV88.45128.88194.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 41 (16.41% from 255) = 13.14%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=58.01%
G=13.14%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181419000.770.500.2933963.0643.53
HexB5295A04D321D1533f2c
Octal26551132011562355237754
Binary1011010110100110110100100110111001011101101010011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5295A; }

 p { color: rgb(181,41,90); }

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

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

 a { background-color: rgb(181,41,90); }

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

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

 span { border-color: rgb(181,41,90); }

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