#B6215D

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

Shades of Old Rose #B6215D

Tints of Old Rose #B6215D

Color information

#B6215D (or 0xB6215D) is unknown color: approx Old Rose. HEX triplet: B6, 21 and 5D. RGB value is (182,33,93). Sum of RGB (Red+Green+Blue) = 182+33+93=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6215D is #49DEA2. Grayscale: #545454. Windows color (decimal): -4841123 or 6103478. OLE color: 6103478.

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

Color convert

RGB1823393-
CMYK00.820.490.29
HSL335.84º69.3%42.16%-
HSV(B)335.84º81.87%71.37%-
XYZ21.8111.8211.49-
YUV84.39132.86197.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=59.09%
G=10.71%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182339300.820.490.29335.8469.342.16
HexB6215D052311D150452a
Octal266411350122613552010552
Binary10110110100001101110101010010110001111011010100001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6215D; }

 p { color: rgb(182,33,93); }

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

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

 a { background-color: rgb(182,33,93); }

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

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

 span { border-color: rgb(182,33,93); }

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