#B63649

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

Shades of Old Rose #B63649

Tints of Old Rose #B63649

Color information

#B63649 (or 0xB63649) is unknown color: approx Old Rose. HEX triplet: B6, 36 and 49. RGB value is (182,54,73). Sum of RGB (Red+Green+Blue) = 182+54+73=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 73 (28.91% from 255 or 23.62% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B63649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63649 is #49C9B6. Grayscale: #5E5E5E. Windows color (decimal): -4835767 or 4798134. OLE color: 4798134.

HSL color Cylindrical-coordinate representation of color #B63649: hue angle of 351.09º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63649 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1825473-
CMYK00.700.600.29
HSL351.09º54.24%46.27%-
HSV(B)351.09º70.33%71.37%-
XYZ21.8113.067.68-
YUV94.44115.91190.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 73 (28.91% from 255) = 23.62%
R=58.90%
G=17.48%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182547300.700.600.29351.0954.2446.27
HexB636490463C1D15f362e
Octal26666111010674355376656
Binary1011011011011010010010100011011110011101101011111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63649; }

 p { color: rgb(182,54,73); }

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

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

 a { background-color: rgb(182,54,73); }

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

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

 span { border-color: rgb(182,54,73); }

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