#B5255C

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

Shades of Old Rose #B5255C

Tints of Old Rose #B5255C

Color information

#B5255C (or 0xB5255C) is unknown color: approx Old Rose. HEX triplet: B5, 25 and 5C. RGB value is (181,37,92). Sum of RGB (Red+Green+Blue) = 181+37+92=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5255C is #4ADAA3. Grayscale: #565656. Windows color (decimal): -4905636 or 6038965. OLE color: 6038965.

HSL color Cylindrical-coordinate representation of color #B5255C: hue angle of 337.08º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5255C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1813792-
CMYK00.800.490.29
HSL337.08º66.06%42.75%-
HSV(B)337.08º79.56%70.98%-
XYZ21.6511.9211.28-
YUV86.33131.21195.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.39%
GREEN value IS 37 (14.84% from 255) = 11.94%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=58.39%
G=11.94%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181379200.800.490.29337.0866.0642.75
HexB5255C050311D151422b
Octal265451340120613552110253
Binary10110101100101101110001010000110001111011010100011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5255C; }

 p { color: rgb(181,37,92); }

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

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

 a { background-color: rgb(181,37,92); }

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

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

 span { border-color: rgb(181,37,92); }

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