#B63659

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

Shades of Old Rose #B63659

Tints of Old Rose #B63659

Color information

#B63659 (or 0xB63659) is unknown color: approx Old Rose. HEX triplet: B6, 36 and 59. RGB value is (182,54,89). Sum of RGB (Red+Green+Blue) = 182+54+89=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B63659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63659 is #49C9A6. Grayscale: #606060. Windows color (decimal): -4835751 or 5846710. OLE color: 5846710.

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

Color convert

RGB1825489-
CMYK00.700.510.29
HSL343.59º54.24%46.27%-
HSV(B)343.59º70.33%71.37%-
XYZ22.4113.310.84-
YUV96.26123.91189.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=56%
G=16.62%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182548900.700.510.29343.5954.2446.27
HexB63659046331D158362e
Octal26666131010663355306656
Binary1011011011011010110010100011011001111101101011000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63659; }

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

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

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

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

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

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

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

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