#B9265F

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

Shades of Old Rose #B9265F

Tints of Old Rose #B9265F

Color information

#B9265F (or 0xB9265F) is unknown color: approx Old Rose. HEX triplet: B9, 26 and 5F. RGB value is (185,38,95). Sum of RGB (Red+Green+Blue) = 185+38+95=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9265F is #46D9A0. Grayscale: #585858. Windows color (decimal): -4643233 or 6235833. OLE color: 6235833.

HSL color Cylindrical-coordinate representation of color #B9265F: hue angle of 336.73º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9265F is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1853895-
CMYK00.790.490.27
HSL336.73º65.92%43.73%-
HSV(B)336.73º79.46%72.55%-
XYZ22.7712.5312.04-
YUV88.45131.7196.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=58.18%
G=11.95%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185389500.790.490.27336.7365.9243.73
HexB9265F04F311B151422c
Octal271461370117613352110254
Binary10111001100110101111101001111110001110111010100011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9265F; }

 p { color: rgb(185,38,95); }

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

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

 a { background-color: rgb(185,38,95); }

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

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

 span { border-color: rgb(185,38,95); }

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