#B1426B

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

Shades of Rouge #B1426B

Tints of Rouge #B1426B

Color information

#B1426B (or 0xB1426B) is unknown color: approx Rouge. HEX triplet: B1, 42 and 6B. RGB value is (177,66,107). Sum of RGB (Red+Green+Blue) = 177+66+107=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1426B is #4EBD94. Grayscale: #676767. Windows color (decimal): -5160341 or 7029425. OLE color: 7029425.

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

Color convert

RGB17766107-
CMYK00.630.400.31
HSL337.84º45.68%47.65%-
HSV(B)337.84º62.71%69.41%-
XYZ22.7314.3115.47-
YUV103.86129.77180.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=50.57%
G=18.86%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776610700.630.400.31337.8445.6847.65
HexB1426B03F281F1522e30
Octal26110215307750375225660
Binary1011000110000101101011011111110100011111101010010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1426B; }

 p { color: rgb(177,66,107); }

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

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

 a { background-color: rgb(177,66,107); }

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

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

 span { border-color: rgb(177,66,107); }

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