#B5356B

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

Shades of Rouge #B5356B

Tints of Rouge #B5356B

Color information

#B5356B (or 0xB5356B) is unknown color: approx Rouge. HEX triplet: B5, 35 and 6B. RGB value is (181,53,107). Sum of RGB (Red+Green+Blue) = 181+53+107=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5356B is #4ACA94. Grayscale: #616161. Windows color (decimal): -4901525 or 7026101. OLE color: 7026101.

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

Color convert

RGB18153107-
CMYK00.710.410.29
HSL334.69º54.7%45.88%-
HSV(B)334.69º70.72%70.98%-
XYZ22.9813.4315.29-
YUV97.43133.41187.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=53.08%
G=15.54%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815310700.710.410.29334.6954.745.88
HexB5356B047291D14f372e
Octal26565153010751355176756
Binary1011010111010111010110100011110100111101101001111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5356B; }

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

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

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

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

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

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

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

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