#B5365A

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

Shades of Rouge #B5365A

Tints of Rouge #B5365A

Color information

#B5365A (or 0xB5365A) is unknown color: approx Rouge. HEX triplet: B5, 36 and 5A. RGB value is (181,54,90). Sum of RGB (Red+Green+Blue) = 181+54+90=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5365A is #4AC9A5. Grayscale: #606060. Windows color (decimal): -4901286 or 5912245. OLE color: 5912245.

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

Color convert

RGB1815490-
CMYK00.700.500.29
HSL342.99º54.04%46.08%-
HSV(B)342.99º70.17%70.98%-
XYZ22.2213.211.05-
YUV96.08124.58188.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 90 (35.55% from 255) = 27.69%
R=55.69%
G=16.62%
B=27.69%

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
Decimal181549000.700.500.29342.9954.0446.08
HexB5365A046321D157362e
Octal26566132010662355276656
Binary1011010111011010110100100011011001011101101010111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5365A; }

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

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

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

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

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

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

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

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