#b6265a

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

Shades of Old Rose #B6265A

Tints of Old Rose #B6265A

Color information

#B6265A (or 0xB6265A) is unknown color: approx Old Rose. HEX triplet: B6, 26 and 5A. RGB value is (182,38,90). Sum of RGB (Red+Green+Blue) = 182+38+90=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B6265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6265A is #49D9A5. Grayscale: #565656. Windows color (decimal): -4839846 or 5908150. OLE color: 5908150.

HSL color Cylindrical-coordinate representation of color #B6265A: hue angle of 338.33º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6265A is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1823890-
CMYK00.790.510.29
HSL338.33º65.45%43.14%-
HSV(B)338.33º79.12%71.37%-
XYZ21.8312.0710.85-
YUV86.98129.71195.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.71%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=58.71%
G=12.26%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182389000.790.510.29338.3365.4543.14
HexB6265A04F331D152412b
Octal266461320117633552210153
Binary10110110100110101101001001111110011111011010100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6265a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6265a; }

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

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

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

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

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

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

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

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