Html Css Color HEX #B1366C Rouge

📋 copy color: '#B1366C'

red 177 ◦ green 54 ◦ blue 108

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

Shades of Rouge #B1366C

Tints of Rouge #B1366C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 52.21%
G = 15.93%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1366C (or 0xB1366C) is known color: Rouge. HEX triplet: B1, 36 and 6C. RGB value is (177,54,108). Sum of RGB (Red+Green+Blue) = 177+54+108=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1366C is #4EC993. Grayscale: #606060. Windows color (decimal): -5163412 or 7091889. OLE color: 7091889.

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

Color convert

RGB 177 54 108 -
CMYK 0 0.69 0.39 0.31
HSL 333.66º 0.53% 0.45% -
HSV(B) 333.66º 0.69% 0.69% -
XYZ 22.16 13.07 15.54 -
YUV 96.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 177 54 108 0 0.69 0.39 0.31 333.66 0.53 0.45
Hex B1 36 6C 0 45 27 1F 14E 35 2D
Octal 261 66 154 0 105 47 37 516 65 55
Binary 10110001 110110 1101100 0 1000101 100111 11111 101001110 110101 101101

Color Harmonies of #B1366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1366C

Black with #B1366C

Text Example


Text Example

White with #B1366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1366C; }

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

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

background-color css

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

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

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

border-color css

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

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

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