#B1336A

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

Shades of Rouge #B1336A

Tints of Rouge #B1336A

Color information

#B1336A (or 0xB1336A) is unknown color: approx Rouge. HEX triplet: B1, 33 and 6A. RGB value is (177,51,106). Sum of RGB (Red+Green+Blue) = 177+51+106=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1336A is #4ECC95. Grayscale: #5E5E5E. Windows color (decimal): -5164182 or 6960049. OLE color: 6960049.

HSL color Cylindrical-coordinate representation of color #B1336A: hue angle of 333.81º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1336A is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17751106-
CMYK00.710.400.31
HSL333.81º55.26%44.71%-
HSV(B)333.81º71.19%69.41%-
XYZ21.9212.7614.94-
YUV94.94134.24186.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.99%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=52.99%
G=15.27%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775110600.710.400.31333.8155.2644.71
HexB1336A047281F14e372d
Octal26163152010750375166755
Binary1011000111001111010100100011110100011111101001110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1336A; }

 p { color: rgb(177,51,106); }

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

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

 a { background-color: rgb(177,51,106); }

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

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

 span { border-color: rgb(177,51,106); }

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