#B6404C

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

Shades of Old Rose #B6404C

Tints of Old Rose #B6404C

Color information

#B6404C (or 0xB6404C) is unknown color: approx Old Rose. HEX triplet: B6, 40 and 4C. RGB value is (182,64,76). Sum of RGB (Red+Green+Blue) = 182+64+76=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6404C is #49BFB3. Grayscale: #646464. Windows color (decimal): -4833204 or 4997302. OLE color: 4997302.

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

Color convert

RGB1826476-
CMYK00.650.580.29
HSL353.9º47.97%48.24%-
HSV(B)353.9º64.84%71.37%-
XYZ22.4314.138.38-
YUV100.65114.09186.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.52%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=56.52%
G=19.88%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182647600.650.580.29353.947.9748.24
HexB6404C0413A1D1623030
Octal266100114010172355426060
Binary10110110100000010011000100000111101011101101100010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6404C; }

 p { color: rgb(182,64,76); }

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

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

 a { background-color: rgb(182,64,76); }

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

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

 span { border-color: rgb(182,64,76); }

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