#B6295A

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

Shades of Old Rose #B6295A

Tints of Old Rose #B6295A

Color information

#B6295A (or 0xB6295A) is unknown color: approx Old Rose. HEX triplet: B6, 29 and 5A. RGB value is (182,41,90). Sum of RGB (Red+Green+Blue) = 182+41+90=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B6295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6295A is #49D6A5. Grayscale: #585858. Windows color (decimal): -4839078 or 5908918. OLE color: 5908918.

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

Color convert

RGB1824190-
CMYK00.770.510.29
HSL339.15º63.23%43.73%-
HSV(B)339.15º77.47%71.37%-
XYZ21.9312.2710.89-
YUV88.74128.71194.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=58.15%
G=13.10%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182419000.770.510.29339.1563.2343.73
HexB6295A04D331D1533f2c
Octal26651132011563355237754
Binary1011011010100110110100100110111001111101101010011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6295A; }

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

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

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

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

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

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

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

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