#B5285E

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

Shades of Old Rose #B5285E

Tints of Old Rose #B5285E

Color information

#B5285E (or 0xB5285E) is unknown color: approx Old Rose. HEX triplet: B5, 28 and 5E. RGB value is (181,40,94). Sum of RGB (Red+Green+Blue) = 181+40+94=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5285E is #4AD7A1. Grayscale: #585858. Windows color (decimal): -4904866 or 6170805. OLE color: 6170805.

HSL color Cylindrical-coordinate representation of color #B5285E: hue angle of 337.02º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5285E is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1814094-
CMYK00.780.480.29
HSL337.02º63.8%43.33%-
HSV(B)337.02º77.9%70.98%-
XYZ21.8412.1511.78-
YUV88.32131.21194.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=57.46%
G=12.70%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181409400.780.480.29337.0263.843.33
HexB5285E04E301D151402b
Octal265501360116603552110053
Binary10110101101000101111001001110110000111011010100011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5285E; }

 p { color: rgb(181,40,94); }

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

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

 a { background-color: rgb(181,40,94); }

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

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

 span { border-color: rgb(181,40,94); }

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