#B6394A

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

Shades of Old Rose #B6394A

Tints of Old Rose #B6394A

Color information

#B6394A (or 0xB6394A) is unknown color: approx Old Rose. HEX triplet: B6, 39 and 4A. RGB value is (182,57,74). Sum of RGB (Red+Green+Blue) = 182+57+74=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B6394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6394A is #49C6B5. Grayscale: #606060. Windows color (decimal): -4834998 or 4864438. OLE color: 4864438.

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

Color convert

RGB1825774-
CMYK00.690.590.29
HSL351.84º52.3%46.86%-
HSV(B)351.84º68.68%71.37%-
XYZ21.9913.377.9-
YUV96.31115.41189.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=58.15%
G=18.21%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182577400.690.590.29351.8452.346.86
HexB6394A0453B1D160342f
Octal26671112010573355406457
Binary1011011011100110010100100010111101111101101100000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6394A; }

 p { color: rgb(182,57,74); }

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

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

 a { background-color: rgb(182,57,74); }

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

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

 span { border-color: rgb(182,57,74); }

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