#B64149

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

Shades of Old Rose #B64149

Tints of Old Rose #B64149

Color information

#B64149 (or 0xB64149) is unknown color: approx Old Rose. HEX triplet: B6, 41 and 49. RGB value is (182,65,73). Sum of RGB (Red+Green+Blue) = 182+65+73=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B64149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64149 is #49BEB6. Grayscale: #646464. Windows color (decimal): -4832951 or 4800950. OLE color: 4800950.

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

Color convert

RGB1826573-
CMYK00.640.600.29
HSL355.9º47.37%48.43%-
HSV(B)355.9º64.29%71.37%-
XYZ22.3814.217.87-
YUV100.9112.26185.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.88%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 73 (28.91% from 255) = 22.81%
R=56.88%
G=20.31%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182657300.640.600.29355.947.3748.43
HexB641490403C1D1642f30
Octal266101111010074355445760
Binary10110110100000110010010100000011110011101101100100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64149; }

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

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

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

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

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

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

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

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