#B63850

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

Shades of Old Rose #B63850

Tints of Old Rose #B63850

Color information

#B63850 (or 0xB63850) is unknown color: approx Old Rose. HEX triplet: B6, 38 and 50. RGB value is (182,56,80). Sum of RGB (Red+Green+Blue) = 182+56+80=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B63850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63850 is #49C7AF. Grayscale: #606060. Windows color (decimal): -4835248 or 5257398. OLE color: 5257398.

HSL color Cylindrical-coordinate representation of color #B63850: hue angle of 348.57º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63850 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB1825680-
CMYK00.690.560.29
HSL348.57º52.94%46.67%-
HSV(B)348.57º69.23%71.37%-
XYZ22.1513.359-
YUV96.41118.74189.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.23%
GREEN value IS 56 (22.27% from 255) = 17.61%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=57.23%
G=17.61%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182568000.690.560.29348.5752.9446.67
HexB63850045381D15d352f
Octal26670120010570355356557
Binary1011011011100010100000100010111100011101101011101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63850; }

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

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

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

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

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

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

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

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