#B5285F

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

Shades of Rouge #B5285F

Tints of Rouge #B5285F

Color information

#B5285F (or 0xB5285F) is unknown color: approx Rouge. HEX triplet: B5, 28 and 5F. RGB value is (181,40,95). Sum of RGB (Red+Green+Blue) = 181+40+95=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B5285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5285F is #4AD7A0. Grayscale: #585858. Windows color (decimal): -4904865 or 6236341. OLE color: 6236341.

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

Color convert

RGB1814095-
CMYK00.780.480.29
HSL336.6º63.8%43.33%-
HSV(B)336.6º77.9%70.98%-
XYZ21.8812.1712.02-
YUV88.43131.71194.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 40 (16.02% from 255) = 12.66%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=57.28%
G=12.66%
B=30.06%

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
Decimal181409500.780.480.29336.663.843.33
HexB5285F04E301D151402b
Octal265501370116603552110053
Binary10110101101000101111101001110110000111011010100011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5285F; }

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

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

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

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

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

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

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

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