#B64445

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

Shades of Old Rose #B64445

Tints of Old Rose #B64445

Color information

#B64445 (or 0xB64445) is unknown color: approx Old Rose. HEX triplet: B6, 44 and 45. RGB value is (182,68,69). Sum of RGB (Red+Green+Blue) = 182+68+69=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B64445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64445 is #49BBBA. Grayscale: #666666. Windows color (decimal): -4832187 or 4539574. OLE color: 4539574.

HSL color Cylindrical-coordinate representation of color #B64445: hue angle of 359.47º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64445 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1826869-
CMYK00.630.620.29
HSL359.47º45.6%49.02%-
HSV(B)359.47º62.64%71.37%-
XYZ22.4314.517.25-
YUV102.2109.27184.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.05%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=57.05%
G=21.32%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182686900.630.620.29359.4745.649.02
HexB6444503F3E1D1672e31
Octal26610410507776355475661
Binary1011011010001001000101011111111111011101101100111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64445; }

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

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

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

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

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

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

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

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