#B6384A

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

Shades of Old Rose #B6384A

Tints of Old Rose #B6384A

Color information

#B6384A (or 0xB6384A) is unknown color: approx Old Rose. HEX triplet: B6, 38 and 4A. RGB value is (182,56,74). Sum of RGB (Red+Green+Blue) = 182+56+74=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6384A is #49C7B5. Grayscale: #5F5F5F. Windows color (decimal): -4835254 or 4864182. OLE color: 4864182.

HSL color Cylindrical-coordinate representation of color #B6384A: hue angle of 351.43º degrees, saturation: 0.53, 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 #B6384A is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1825674-
CMYK00.690.590.29
HSL351.43º52.94%46.67%-
HSV(B)351.43º69.23%71.37%-
XYZ21.9413.277.88-
YUV95.73115.74189.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 74 (29.30% from 255) = 23.72%
R=58.33%
G=17.95%
B=23.72%

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
Decimal182567400.690.590.29351.4352.9446.67
HexB6384A0453B1D15f352f
Octal26670112010573355376557
Binary1011011011100010010100100010111101111101101011111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6384A; }

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

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

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

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

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

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

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

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