#B5235A

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

Shades of Old Rose #B5235A

Tints of Old Rose #B5235A

Color information

#B5235A (or 0xB5235A) is unknown color: approx Old Rose. HEX triplet: B5, 23 and 5A. RGB value is (181,35,90). Sum of RGB (Red+Green+Blue) = 181+35+90=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5235A is #4ADCA5. Grayscale: #545454. Windows color (decimal): -4906150 or 5907381. OLE color: 5907381.

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

Color convert

RGB1813590-
CMYK00.810.500.29
HSL337.4º67.59%42.35%-
HSV(B)337.4º80.66%70.98%-
XYZ21.511.7610.81-
YUV84.92130.87196.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.15%
GREEN value IS 35 (14.06% from 255) = 11.44%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=59.15%
G=11.44%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181359000.810.500.29337.467.5942.35
HexB5235A051321D151442a
Octal265431320121623552110452
Binary10110101100011101101001010001110010111011010100011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5235A; }

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

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

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

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

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

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

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

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