Html Css Color HEX #B1366E Rouge

📋 copy color: '#B1366E'

red 177 ◦ green 54 ◦ blue 110

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

Shades of Rouge #B1366E

Tints of Rouge #B1366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

 BLUE value IS 110 (43.36% from 255) = 32.26%

R = 51.91%
G = 15.84%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1366E (or 0xB1366E) is known color: Rouge. HEX triplet: B1, 36 and 6E. RGB value is (177,54,110). Sum of RGB (Red+Green+Blue) = 177+54+110=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1366E is #4EC991. Grayscale: #616161. Windows color (decimal): -5163410 or 7222961. OLE color: 7222961.

HSL color Cylindrical-coordinate representation of color #B1366E: hue angle of 332.68º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1366E is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 110 -
CMYK 0 0.69 0.38 0.31
HSL 332.68º 0.53% 0.45% -
HSV(B) 332.68º 0.69% 0.69% -
XYZ 22.27 13.11 16.11 -
YUV 97.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 177 54 110 0 0.69 0.38 0.31 332.68 0.53 0.45
Hex B1 36 6E 0 45 26 1F 14D 35 2D
Octal 261 66 156 0 105 46 37 515 65 55
Binary 10110001 110110 1101110 0 1000101 100110 11111 101001101 110101 101101

Color Harmonies of #B1366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1366E

Black with #B1366E

Text Example


Text Example

White with #B1366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1366E; }

 p { color: rgb(177,54,110); }

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

background-color css

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

 a { background-color: rgb(177,54,110); }

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

border-color css

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

 span { border-color: rgb(177,54,110); }

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