#B63650

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

Shades of Old Rose #B63650

Tints of Old Rose #B63650

Color information

#B63650 (or 0xB63650) is unknown color: approx Old Rose. HEX triplet: B6, 36 and 50. RGB value is (182,54,80). Sum of RGB (Red+Green+Blue) = 182+54+80=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B63650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63650 is #49C9AF. Grayscale: #5F5F5F. Windows color (decimal): -4835760 or 5256886. OLE color: 5256886.

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

Color convert

RGB1825480-
CMYK00.700.560.29
HSL347.81º54.24%46.27%-
HSV(B)347.81º70.33%71.37%-
XYZ22.0613.168.97-
YUV95.24119.41189.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.59%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=57.59%
G=17.09%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182548000.700.560.29347.8154.2446.27
HexB63650046381D15c362e
Octal26666120010670355346656
Binary1011011011011010100000100011011100011101101011100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63650; }

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

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

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

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

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

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

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

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