#B12763

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

Shades of Rouge #B12763

Tints of Rouge #B12763

Color information

#B12763 (or 0xB12763) is unknown color: approx Rouge. HEX triplet: B1, 27 and 63. RGB value is (177,39,99). Sum of RGB (Red+Green+Blue) = 177+39+99=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B12763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12763 is #4ED89C. Grayscale: #575757. Windows color (decimal): -5167261 or 6498225. OLE color: 6498225.

HSL color Cylindrical-coordinate representation of color #B12763: hue angle of 333.91º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12763 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1773999-
CMYK00.780.440.31
HSL333.91º63.89%42.35%-
HSV(B)333.91º77.97%69.41%-
XYZ21.1111.712.95-
YUV87.1134.72192.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=56.19%
G=12.38%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177399900.780.440.31333.9163.8942.35
HexB1276304E2C1F14e402a
Octal261471430116543751610052
Binary10110001100111110001101001110101100111111010011101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12763; }

 p { color: rgb(177,39,99); }

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

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

 a { background-color: rgb(177,39,99); }

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

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

 span { border-color: rgb(177,39,99); }

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