#B5295D

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

Shades of Old Rose #B5295D

Tints of Old Rose #B5295D

Color information

#B5295D (or 0xB5295D) is unknown color: approx Old Rose. HEX triplet: B5, 29 and 5D. RGB value is (181,41,93). Sum of RGB (Red+Green+Blue) = 181+41+93=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5295D is #4AD6A2. Grayscale: #585858. Windows color (decimal): -4904611 or 6105525. OLE color: 6105525.

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

Color convert

RGB1814193-
CMYK00.770.490.29
HSL337.71º63.06%43.53%-
HSV(B)337.71º77.35%70.98%-
XYZ21.8212.211.56-
YUV88.79130.38193.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 41 (16.41% from 255) = 13.02%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=57.46%
G=13.02%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181419300.770.490.29337.7163.0643.53
HexB5295D04D311D1523f2c
Octal26551135011561355227754
Binary1011010110100110111010100110111000111101101010010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5295D; }

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

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

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

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

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

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

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

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