#B64146

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

Shades of Old Rose #B64146

Tints of Old Rose #B64146

Color information

#B64146 (or 0xB64146) is unknown color: approx Old Rose. HEX triplet: B6, 41 and 46. RGB value is (182,65,70). Sum of RGB (Red+Green+Blue) = 182+65+70=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B64146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64146 is #49BEB9. Grayscale: #646464. Windows color (decimal): -4832954 or 4604342. OLE color: 4604342.

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

Color convert

RGB1826570-
CMYK00.640.620.29
HSL357.44º47.37%48.43%-
HSV(B)357.44º64.29%71.37%-
XYZ22.2914.177.35-
YUV100.55110.76186.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.41%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=57.41%
G=20.50%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182657000.640.620.29357.4447.3748.43
HexB641460403E1D1652f30
Octal266101106010076355455760
Binary10110110100000110001100100000011111011101101100101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64146; }

 p { color: rgb(182,65,70); }

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

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

 a { background-color: rgb(182,65,70); }

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

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

 span { border-color: rgb(182,65,70); }

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