Html Css Color HEX #B12864 Rouge

📋 copy color: '#B12864'

red 177 ◦ green 40 ◦ blue 100

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

Shades of Rouge #B12864

Tints of Rouge #B12864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

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

R = 55.84%
G = 12.62%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B12864 (or 0xB12864) is known color: Rouge. HEX triplet: B1, 28 and 64. RGB value is (177,40,100). Sum of RGB (Red+Green+Blue) = 177+40+100=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B12864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12864 is #4ED79B. Grayscale: #575757. Windows color (decimal): -5167004 or 6564017. OLE color: 6564017.

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

Color convert

RGB 177 40 100 -
CMYK 0 0.77 0.44 0.31
HSL 333.72º 0.63% 0.43% -
HSV(B) 333.72º 0.77% 0.69% -
XYZ 21.19 11.78 13.21 -
YUV 87.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 177 40 100 0 0.77 0.44 0.31 333.72 0.63 0.43
Hex B1 28 64 0 4D 2C 1F 14E 3F 2B
Octal 261 50 144 0 115 54 37 516 77 53
Binary 10110001 101000 1100100 0 1001101 101100 11111 101001110 111111 101011

Color Harmonies of #B12864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12864

Black with #B12864

Text Example


Text Example

White with #B12864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12864; }

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

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

background-color css

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

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

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

border-color css

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

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

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