#B5264D

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

Shades of Old Rose #B5264D

Tints of Old Rose #B5264D

Color information

#B5264D (or 0xB5264D) is unknown color: approx Old Rose. HEX triplet: B5, 26 and 4D. RGB value is (181,38,77). Sum of RGB (Red+Green+Blue) = 181+38+77=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5264D is #4AD9B2. Grayscale: #555555. Windows color (decimal): -4905395 or 5056181. OLE color: 5056181.

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

Color convert

RGB1813877-
CMYK00.790.570.29
HSL343.64º65.3%42.94%-
HSV(B)343.64º79.01%70.98%-
XYZ21.0911.758.18-
YUV85.2123.38196.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.15%
GREEN value IS 38 (15.23% from 255) = 12.84%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=61.15%
G=12.84%
B=26.01%

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
Decimal181387700.790.570.29343.6465.342.94
HexB5264D04F391D158412b
Octal265461150117713553010153
Binary10110101100110100110101001111111001111011010110001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5264D; }

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

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

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

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

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

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

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

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