#B5264E

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

Shades of Old Rose #B5264E

Tints of Old Rose #B5264E

Color information

#B5264E (or 0xB5264E) is unknown color: approx Old Rose. HEX triplet: B5, 26 and 4E. RGB value is (181,38,78). Sum of RGB (Red+Green+Blue) = 181+38+78=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5264E is #4AD9B1. Grayscale: #555555. Windows color (decimal): -4905394 or 5121717. OLE color: 5121717.

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

Color convert

RGB1813878-
CMYK00.790.570.29
HSL343.22º65.3%42.94%-
HSV(B)343.22º79.01%70.98%-
XYZ21.1211.768.36-
YUV85.32123.88196.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=60.94%
G=12.79%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181387800.790.570.29343.2265.342.94
HexB5264E04F391D157412b
Octal265461160117713552710153
Binary10110101100110100111001001111111001111011010101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5264E; }

 p { color: rgb(181,38,78); }

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

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

 a { background-color: rgb(181,38,78); }

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

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

 span { border-color: rgb(181,38,78); }

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