Html Css Color HEX #B1396F Rouge

📋 copy color: '#B1396F'

red 177 ◦ green 57 ◦ blue 111

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

Shades of Rouge #B1396F

Tints of Rouge #B1396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.52%

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 51.3%
G = 16.52%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1396F (or 0xB1396F) is known color: Rouge. HEX triplet: B1, 39 and 6F. RGB value is (177,57,111). Sum of RGB (Red+Green+Blue) = 177+57+111=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B1396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1396F is #4EC690. Grayscale: #626262. Windows color (decimal): -5162641 or 7289265. OLE color: 7289265.

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

Color convert

RGB 177 57 111 -
CMYK 0 0.68 0.37 0.31
HSL 333º 0.51% 0.46% -
HSV(B) 333º 0.68% 0.69% -
XYZ 22.46 13.42 16.45 -
YUV 99.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 177 57 111 0 0.68 0.37 0.31 333 0.51 0.46
Hex B1 39 6F 0 44 25 1F 14D 33 2E
Octal 261 71 157 0 104 45 37 515 63 56
Binary 10110001 111001 1101111 0 1000100 100101 11111 101001101 110011 101110

Color Harmonies of #B1396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1396F

Black with #B1396F

Text Example


Text Example

White with #B1396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1396F; }

 p { color: rgb(177,57,111); }

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

background-color css

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

 a { background-color: rgb(177,57,111); }

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

border-color css

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

 span { border-color: rgb(177,57,111); }

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