#B6225E

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

Shades of Old Rose #B6225E

Tints of Old Rose #B6225E

Color information

#B6225E (or 0xB6225E) is unknown color: approx Old Rose. HEX triplet: B6, 22 and 5E. RGB value is (182,34,94). Sum of RGB (Red+Green+Blue) = 182+34+94=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6225E is #49DDA1. Grayscale: #555555. Windows color (decimal): -4840866 or 6169270. OLE color: 6169270.

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

Color convert

RGB1823494-
CMYK00.810.480.29
HSL335.68º68.52%42.35%-
HSV(B)335.68º81.32%71.37%-
XYZ21.8811.911.73-
YUV85.09133.03197.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 94 (37.11% from 255) = 30.32%
R=58.71%
G=10.97%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182349400.810.480.29335.6868.5242.35
HexB6225E051301D150452a
Octal266421360121603552010552
Binary10110110100010101111001010001110000111011010100001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6225E; }

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

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

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

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

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

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

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

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