#B6215E

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

Shades of Old Rose #B6215E

Tints of Old Rose #B6215E

Color information

#B6215E (or 0xB6215E) is unknown color: approx Old Rose. HEX triplet: B6, 21 and 5E. RGB value is (182,33,94). Sum of RGB (Red+Green+Blue) = 182+33+94=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B6215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6215E is #49DEA1. Grayscale: #545454. Windows color (decimal): -4841122 or 6169014. OLE color: 6169014.

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

Color convert

RGB1823394-
CMYK00.820.480.29
HSL335.44º69.3%42.16%-
HSV(B)335.44º81.87%71.37%-
XYZ21.8611.8411.72-
YUV84.5133.36197.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 33 (13.28% from 255) = 10.68%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=58.90%
G=10.68%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182339400.820.480.29335.4469.342.16
HexB6215E052301D14f452a
Octal266411360122603551710552
Binary10110110100001101111001010010110000111011010011111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6215E; }

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

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

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

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

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

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

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

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