#B5376B

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

Shades of Rouge #B5376B

Tints of Rouge #B5376B

Color information

#B5376B (or 0xB5376B) is unknown color: approx Rouge. HEX triplet: B5, 37 and 6B. RGB value is (181,55,107). Sum of RGB (Red+Green+Blue) = 181+55+107=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5376B is #4AC894. Grayscale: #626262. Windows color (decimal): -4901013 or 7026613. OLE color: 7026613.

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

Color convert

RGB18155107-
CMYK00.700.410.29
HSL335.24º53.39%46.27%-
HSV(B)335.24º69.61%70.98%-
XYZ23.0813.6215.32-
YUV98.6132.74186.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.77%
GREEN value IS 55 (21.88% from 255) = 16.03%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=52.77%
G=16.03%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815510700.700.410.29335.2453.3946.27
HexB5376B046291D14f352e
Octal26567153010651355176556
Binary1011010111011111010110100011010100111101101001111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5376B; }

 p { color: rgb(181,55,107); }

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

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

 a { background-color: rgb(181,55,107); }

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

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

 span { border-color: rgb(181,55,107); }

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