#B6184D

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

Shades of Old Rose #B6184D

Tints of Old Rose #B6184D

Color information

#B6184D (or 0xB6184D) is unknown color: approx Old Rose. HEX triplet: B6, 18 and 4D. RGB value is (182,24,77). Sum of RGB (Red+Green+Blue) = 182+24+77=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6184D is #49E7B2. Grayscale: #4D4D4D. Windows color (decimal): -4843443 or 5052598. OLE color: 5052598.

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

Color convert

RGB1822477-
CMYK00.870.580.29
HSL339.87º76.7%40.39%-
HSV(B)339.87º86.81%71.37%-
XYZ20.9611.138.07-
YUV77.28127.85202.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=64.31%
G=8.48%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182247700.870.580.29339.8776.740.39
HexB6184D0573A1D1544d28
Octal266301150127723552411550
Binary1011011011000100110101010111111010111011010101001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6184D; }

 p { color: rgb(182,24,77); }

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

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

 a { background-color: rgb(182,24,77); }

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

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

 span { border-color: rgb(182,24,77); }

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