#B63744

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

Shades of Old Rose #B63744

Tints of Old Rose #B63744

Color information

#B63744 (or 0xB63744) is unknown color: approx Old Rose. HEX triplet: B6, 37 and 44. RGB value is (182,55,68). Sum of RGB (Red+Green+Blue) = 182+55+68=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B63744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63744 is #49C8BB. Grayscale: #5E5E5E. Windows color (decimal): -4835516 or 4470710. OLE color: 4470710.

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

Color convert

RGB1825568-
CMYK00.700.630.29
HSL353.86º53.59%46.47%-
HSV(B)353.86º69.78%71.37%-
XYZ21.713.096.85-
YUV94.46113.08190.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=59.67%
G=18.03%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182556800.700.630.29353.8653.5946.47
HexB637440463F1D162362e
Octal26667104010677355426656
Binary1011011011011110001000100011011111111101101100010110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63744; }

 p { color: rgb(182,55,68); }

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

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

 a { background-color: rgb(182,55,68); }

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

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

 span { border-color: rgb(182,55,68); }

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