#B6215C

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

Shades of Old Rose #B6215C

Tints of Old Rose #B6215C

Color information

#B6215C (or 0xB6215C) is unknown color: approx Old Rose. HEX triplet: B6, 21 and 5C. RGB value is (182,33,92). Sum of RGB (Red+Green+Blue) = 182+33+92=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B6215C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6215C is #49DEA3. Grayscale: #545454. Windows color (decimal): -4841124 or 6037942. OLE color: 6037942.

HSL color Cylindrical-coordinate representation of color #B6215C: hue angle of 336.24º 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 #B6215C is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1823392-
CMYK00.820.490.29
HSL336.24º69.3%42.16%-
HSV(B)336.24º81.87%71.37%-
XYZ21.7711.8111.26-
YUV84.28132.36197.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.28%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=59.28%
G=10.75%
B=29.97%

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
Decimal182339200.820.490.29336.2469.342.16
HexB6215C052311D150452a
Octal266411340122613552010552
Binary10110110100001101110001010010110001111011010100001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6215C; }

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

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

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

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

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

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

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

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