#B9265E

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

Shades of Old Rose #B9265E

Tints of Old Rose #B9265E

Color information

#B9265E (or 0xB9265E) is unknown color: approx Old Rose. HEX triplet: B9, 26 and 5E. RGB value is (185,38,94). Sum of RGB (Red+Green+Blue) = 185+38+94=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B9265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9265E is #46D9A1. Grayscale: #585858. Windows color (decimal): -4643234 or 6170297. OLE color: 6170297.

HSL color Cylindrical-coordinate representation of color #B9265E: hue angle of 337.14º 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 #B9265E is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1853894-
CMYK00.790.490.27
HSL337.14º65.92%43.73%-
HSV(B)337.14º79.46%72.55%-
XYZ22.7212.5111.81-
YUV88.34131.2196.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=58.36%
G=11.99%
B=29.65%

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
Decimal185389400.790.490.27337.1465.9243.73
HexB9265E04F311B151422c
Octal271461360117613352110254
Binary10111001100110101111001001111110001110111010100011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9265E; }

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

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

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

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

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

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

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

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