#B5335A

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

Shades of Old Rose #B5335A

Tints of Old Rose #B5335A

Color information

#B5335A (or 0xB5335A) is unknown color: approx Old Rose. HEX triplet: B5, 33 and 5A. RGB value is (181,51,90). Sum of RGB (Red+Green+Blue) = 181+51+90=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5335A is #4ACCA5. Grayscale: #5E5E5E. Windows color (decimal): -4902054 or 5911477. OLE color: 5911477.

HSL color Cylindrical-coordinate representation of color #B5335A: hue angle of 342º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5335A is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1815190-
CMYK00.720.500.29
HSL342º56.03%45.49%-
HSV(B)342º71.82%70.98%-
XYZ22.0912.9311-
YUV94.32125.57189.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=56.21%
G=15.84%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181519000.720.500.2934256.0345.49
HexB5335A048321D156382d
Octal26563132011062355267055
Binary1011010111001110110100100100011001011101101010110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5335A; }

 p { color: rgb(181,51,90); }

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

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

 a { background-color: rgb(181,51,90); }

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

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

 span { border-color: rgb(181,51,90); }

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