#B5365E

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

Shades of Rouge #B5365E

Tints of Rouge #B5365E

Color information

#B5365E (or 0xB5365E) is unknown color: approx Rouge. HEX triplet: B5, 36 and 5E. RGB value is (181,54,94). Sum of RGB (Red+Green+Blue) = 181+54+94=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5365E is #4AC9A1. Grayscale: #606060. Windows color (decimal): -4901282 or 6174389. OLE color: 6174389.

HSL color Cylindrical-coordinate representation of color #B5365E: hue angle of 341.1º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5365E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1815494-
CMYK00.700.480.29
HSL341.1º54.04%46.08%-
HSV(B)341.1º70.17%70.98%-
XYZ22.413.2711.97-
YUV96.53126.58188.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.02%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=55.02%
G=16.41%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181549400.700.480.29341.154.0446.08
HexB5365E046301D155362e
Octal26566136010660355256656
Binary1011010111011010111100100011011000011101101010101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5365E; }

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

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

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

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

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

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

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

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