#B1385A

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

Shades of Rouge #B1385A

Tints of Rouge #B1385A

Color information

#B1385A (or 0xB1385A) is unknown color: approx Rouge. HEX triplet: B1, 38 and 5A. RGB value is (177,56,90). Sum of RGB (Red+Green+Blue) = 177+56+90=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1385A is #4EC7A5. Grayscale: #606060. Windows color (decimal): -5162918 or 5912753. OLE color: 5912753.

HSL color Cylindrical-coordinate representation of color #B1385A: hue angle of 343.14º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1385A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1775690-
CMYK00.680.490.31
HSL343.14º51.93%45.69%-
HSV(B)343.14º68.36%69.41%-
XYZ21.3912.9111.04-
YUV96.06124.59185.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=54.80%
G=17.34%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177569000.680.490.31343.1451.9345.69
HexB1385A044311F157342e
Octal26170132010461375276456
Binary1011000111100010110100100010011000111111101010111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1385A; }

 p { color: rgb(177,56,90); }

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

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

 a { background-color: rgb(177,56,90); }

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

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

 span { border-color: rgb(177,56,90); }

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