#B0295A

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

Shades of Old Rose #B0295A

Tints of Old Rose #B0295A

Color information

#B0295A (or 0xB0295A) is unknown color: approx Old Rose. HEX triplet: B0, 29 and 5A. RGB value is (176,41,90). Sum of RGB (Red+Green+Blue) = 176+41+90=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0295A is #4FD6A5. Grayscale: #565656. Windows color (decimal): -5232294 or 5908912. OLE color: 5908912.

HSL color Cylindrical-coordinate representation of color #B0295A: hue angle of 338.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0295A is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1764190-
CMYK00.770.490.31
HSL338.22º62.21%42.55%-
HSV(B)338.22º76.7%69.02%-
XYZ20.5411.5510.82-
YUV86.95129.73191.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 90 (35.55% from 255) = 29.32%
R=57.33%
G=13.36%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176419000.770.490.31338.2262.2142.55
HexB0295A04D311F1523e2b
Octal26051132011561375227653
Binary1011000010100110110100100110111000111111101010010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0295A; }

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

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

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

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

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

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

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

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