Html Css Color HEX #B12764 Rouge

📋 copy color: '#B12764'

red 177 ◦ green 39 ◦ blue 100

#B12764
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B12764

Tints of Rouge #B12764

RGB

 RED value IS 177 (69.53% from 255) = 56.01%

 GREEN value IS 39 (15.63% from 255) = 12.34%

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 56.01%
G = 12.34%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B12764 (or 0xB12764) is known color: Rouge. HEX triplet: B1, 27 and 64. RGB value is (177,39,100). Sum of RGB (Red+Green+Blue) = 177+39+100=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B12764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12764 is #4ED89B. Grayscale: #575757. Windows color (decimal): -5167260 or 6563761. OLE color: 6563761.

HSL color Cylindrical-coordinate representation of color #B12764: hue angle of 333.48º 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 #B12764 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 100 -
CMYK 0 0.78 0.44 0.31
HSL 333.48º 0.64% 0.42% -
HSV(B) 333.48º 0.78% 0.69% -
XYZ 21.16 11.72 13.2 -
YUV 87.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 177 39 100 0 0.78 0.44 0.31 333.48 0.64 0.42
Hex B1 27 64 0 4E 2C 1F 14D 40 2A
Octal 261 47 144 0 116 54 37 515 100 52
Binary 10110001 100111 1100100 0 1001110 101100 11111 101001101 1000000 101010

Color Harmonies of #B12764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12764

Black with #B12764

Text Example


Text Example

White with #B12764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12764; }

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

 H1.HeaderClassName
 {
   color: #B12764;
 }
 .AnyTagClassName
 {
   color: #B12764;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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