#B6215A

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

Shades of Old Rose #B6215A

Tints of Old Rose #B6215A

Color information

#B6215A (or 0xB6215A) is unknown color: approx Old Rose. HEX triplet: B6, 21 and 5A. RGB value is (182,33,90). Sum of RGB (Red+Green+Blue) = 182+33+90=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B6215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6215A is #49DEA5. Grayscale: #535353. Windows color (decimal): -4841126 or 5906870. OLE color: 5906870.

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

Color convert

RGB1823390-
CMYK00.820.510.29
HSL337.05º69.3%42.16%-
HSV(B)337.05º81.87%71.37%-
XYZ21.6811.7710.8-
YUV84.05131.36197.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=59.67%
G=10.82%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182339000.820.510.29337.0569.342.16
HexB6215A052331D151452a
Octal266411320122633552110552
Binary10110110100001101101001010010110011111011010100011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6215A; }

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

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

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

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

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

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

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

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