#B9295A

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

Shades of Old Rose #B9295A

Tints of Old Rose #B9295A

Color information

#B9295A (or 0xB9295A) is unknown color: approx Old Rose. HEX triplet: B9, 29 and 5A. RGB value is (185,41,90). Sum of RGB (Red+Green+Blue) = 185+41+90=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9295A is #46D6A5. Grayscale: #595959. Windows color (decimal): -4642470 or 5908921. OLE color: 5908921.

HSL color Cylindrical-coordinate representation of color #B9295A: hue angle of 339.58º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9295A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1854190-
CMYK00.780.510.27
HSL339.58º63.72%44.31%-
HSV(B)339.58º77.84%72.55%-
XYZ22.6512.6410.92-
YUV89.64128.21196.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.54%
GREEN value IS 41 (16.41% from 255) = 12.97%
BLUE value IS 90 (35.55% from 255) = 28.48%
R=58.54%
G=12.97%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185419000.780.510.27339.5863.7244.31
HexB9295A04E331B154402c
Octal271511320116633352410054
Binary10111001101001101101001001110110011110111010101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9295A; }

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

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

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

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

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

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

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

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