#B5264F

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

Shades of Old Rose #B5264F

Tints of Old Rose #B5264F

Color information

#B5264F (or 0xB5264F) is unknown color: approx Old Rose. HEX triplet: B5, 26 and 4F. RGB value is (181,38,79). Sum of RGB (Red+Green+Blue) = 181+38+79=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5264F is #4AD9B0. Grayscale: #555555. Windows color (decimal): -4905393 or 5187253. OLE color: 5187253.

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

Color convert

RGB1813879-
CMYK00.790.560.29
HSL342.8º65.3%42.94%-
HSV(B)342.8º79.01%70.98%-
XYZ21.1611.778.55-
YUV85.43124.38196.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.74%
GREEN value IS 38 (15.23% from 255) = 12.75%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=60.74%
G=12.75%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181387900.790.560.29342.865.342.94
HexB5264F04F381D157412b
Octal265461170117703552710153
Binary10110101100110100111101001111111000111011010101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5264F; }

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

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

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

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

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

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

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

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