#B6225B

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

Shades of Old Rose #B6225B

Tints of Old Rose #B6225B

Color information

#B6225B (or 0xB6225B) is unknown color: approx Old Rose. HEX triplet: B6, 22 and 5B. RGB value is (182,34,91). Sum of RGB (Red+Green+Blue) = 182+34+91=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B6225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6225B is #49DDA4. Grayscale: #545454. Windows color (decimal): -4840869 or 5972662. OLE color: 5972662.

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

Color convert

RGB1823491-
CMYK00.810.50.29
HSL336.89º68.52%42.35%-
HSV(B)336.89º81.32%71.37%-
XYZ21.7511.8411.04-
YUV84.75131.53197.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.28%
GREEN value IS 34 (13.67% from 255) = 11.07%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=59.28%
G=11.07%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182349100.810.50.29336.8968.5242.35
HexB6225B051321D151452a
Octal266421330121623552110552
Binary10110110100010101101101010001110010111011010100011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6225B; }

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

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

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

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

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

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

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

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