#B5365B

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

Shades of Rouge #B5365B

Tints of Rouge #B5365B

Color information

#B5365B (or 0xB5365B) is unknown color: approx Rouge. HEX triplet: B5, 36 and 5B. RGB value is (181,54,91). Sum of RGB (Red+Green+Blue) = 181+54+91=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5365B is #4AC9A4. Grayscale: #606060. Windows color (decimal): -4901285 or 5977781. OLE color: 5977781.

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

Color convert

RGB1815491-
CMYK00.700.500.29
HSL342.52º54.04%46.08%-
HSV(B)342.52º70.17%70.98%-
XYZ22.2613.2211.28-
YUV96.19125.08188.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=55.52%
G=16.56%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181549100.700.500.29342.5254.0446.08
HexB5365B046321D157362e
Octal26566133010662355276656
Binary1011010111011010110110100011011001011101101010111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5365B; }

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

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

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

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

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

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

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

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